You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of ReactSwipe which is inside StrictMode. Instead, add a ref directly to the element you want to reference.
in ul (created by ReactSwipe)
in ReactSwipe (created by Carousel)
Should be fixed to allow Concurrent mode in the future React releases.
The text was updated successfully, but these errors were encountered:
I will take a look into it, however if you know the issue I would of course be happy to accept a PR. Otherwise, please bare with me, and I will have it resolved as soon as I can.
Using React.StrictMode is throwing this warning:
Should be fixed to allow Concurrent mode in the future React releases.
The text was updated successfully, but these errors were encountered: