AllenFang / react-bootstrap-table

A Bootstrap table built with React.js
https://allenfang.github.io/react-bootstrap-table/
MIT License
2.24k stars 783 forks source link

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. #2129

Open jchavez4 opened 3 years ago

jchavez4 commented 3 years ago

Hi -- my table with pagination and cell editing renders fine, but I receive these errors in the console every time. Am I using an outdated version?

Versions: "react-bootstrap-table-next": "^4.0.3", "react-bootstrap-table2-editor": "^1.4.0", "react-bootstrap-table2-paginator": "^2.1.2"

Screen Shot 2021-03-22 at 5 01 13 PM