Reputation: 852
How can I implement Owl Carousel 2 in react, when I use the Owl Carousel 2 component needs updates:
react-dom.development.js:12357 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See fb.me/react-unsafe-component-lifecycles for details.
npx react-codemod rename-unsafe-lifecycles
in your project source folder.Please update the following components: OwlCarousel
So, I wonder how can I implement the library in React without the component OwlCarousel2 .
Thanks.
Upvotes: 0
Views: 2842
Reputation: 5473
As per Owl Carousel's Github repo its deprecated. https://github.com/OwlCarousel2/OwlCarousel2
They recommend to use following: https://github.com/ganlanyuan/tiny-slider
Upvotes: 3