react-awesome-slider icon indicating copy to clipboard operation
react-awesome-slider copied to clipboard

Autoplay HOC error

Open santiperone opened this issue 4 years ago • 1 comments

I'm getting this error on console when using Autplay HOC:

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: AwesomeSlider

santiperone avatar Feb 17 '21 22:02 santiperone

I've get the same error. Any suggestion?

Thank you!

arinconc avatar Jul 04 '22 11:07 arinconc