-
Notifications
You must be signed in to change notification settings - Fork 50
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
RadioSVGMap broken in React 17 #53
Comments
Thank you for reporting this issue @tgeorgiadis I don't know when I have time to look at it, because currently I'm very busy. If you know how to fix it, feel free to open a PR! |
+1 on this |
FWIW this same issue occurs with |
|
Although I couldn't fix it in a Code Sandbox, However, in strict mode, it throws a warning, because the deprecated @tgeorgiadis @BossBele if you got the error in a local project, could you provide a repository to reproduce it please? |
It appears RadioSVGMap is broken in React 17
I've made a Code Sandbox showing the error:
https://codesandbox.io/s/reverent-goodall-5ox98?file=/src/App.js
Error:
Minified React error #188; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=188 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
Full text of error: Unable to find node on an unmounted component.
The text was updated successfully, but these errors were encountered: