stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.08k stars 158 forks source link

Warning: findDOMNode is deprecated in StrictMode. #62

Closed hugoperier closed 4 years ago

hugoperier commented 4 years ago

Hello

I am using your timeline library, but I got a deprecation warning.

I am using React 16.13.1

image

Best

simon6023 commented 4 years ago

Hello, Same warning, same React version.

stephane-monnot commented 4 years ago

I think it's a warning from the VisibilitySensor dependency. Maybe it's better to move to a new library. An issue is open for it :
https://github.com/stephane-monnot/react-vertical-timeline/issues/63

stephane-monnot commented 4 years ago

Maybe you can switch to version 3, and check if you still get this warning.

simon6023 commented 4 years ago

Yes, seems to be fixed ! No more warning. Thanks !