react-laravel-paginex icon indicating copy to clipboard operation
react-laravel-paginex copied to clipboard

Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended.

Open kambojrohit29 opened this issue 3 years ago • 0 comments

Using this Pagination Component, I am getting this Warning.

index.js:1 Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code.

  • 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.

image

kambojrohit29 avatar Jun 21 '21 10:06 kambojrohit29