react-bootstrap-table2 icon indicating copy to clipboard operation
react-bootstrap-table2 copied to clipboard

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.

Open ayushbafnajalhar opened this issue 3 years ago • 4 comments

Describe the bug index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.

  • Move data fetching code or side effects to componentDidUpdate.
  • If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state

Please update the following components: BootstrapTable, BootstrapTableContainer, DataProvider, PaginationDataProvider, PaginationHandler

ayushbafnajalhar avatar Jan 21 '21 05:01 ayushbafnajalhar

Is there any news on this? I'm also receiving this warning.

janspoerer avatar Mar 14 '21 15:03 janspoerer

+1

jslmariano avatar Nov 22 '21 12:11 jslmariano

Duplicates #1308.

isherwood avatar Jan 11 '22 21:01 isherwood

+1

BrunoMPedraza avatar Jan 13 '22 17:01 BrunoMPedraza