Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Svg which is inside StrictMode. #1673

Closed
dogunbound opened this issue Dec 14, 2021 · 1 comment

Comments

@dogunbound
Copy link

Fix:
https://stackoverflow.com/a/63603903/5676613

I just don't want this amazing library to die because react won't support findDomNode.

The workaround for users who want to use react-native-svg is just to not use strict mode in your index.js.
If you do, just ignore the warning.

@bohdanprog
Copy link
Member

I believe that particular issue is not relevant. However, if you encounter any further problems with react-native-svg, please feel free to open a new issue.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants