-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to find node on an unmounted component for React 17 #37
Comments
yes, I am getting the same error right now! have you be able to solve this? |
Yep majority got this error |
I am also facing this issue in React 17. Are there any updates on this? @praWINK |
Just so folks know who find this in the future, this project has been forked a few times to make this React 17 compatible, our fork included: https://github.com/TestBoxLab/react-bubble-chart-d3. It's also on npm under |
I face Error when install this package and use code to set bubble charts then that page crashed. How i can use and alternative please support |
When I tried to implement with react 17 it throws Unable to find a node on an unmounted component at the line ReactDom.findDOMNode(this) in react-bubble-chart-d3.js file
The text was updated successfully, but these errors were encountered: