react-bubble-chart
react-bubble-chart copied to clipboard
TypeError: Cannot read properties of undefined (reading 'select')
Hey, I'm getting 2 error while rendering the component
- TypeError: Cannot read properties of undefined (reading 'select') from ReactBubbleChartD3.js line no. 70
- Uncaught TypeError: Cannot read properties of undefined (reading 'destroy') from ReactBubbleChartD3.js line no. 226 anyone can help me out please
I am having the same error :( Were you able to solve this?
This one seems to be working for me: I installed the d3 library version 3.5.17 and it resolved the following issue.
npm install [email protected]
This one seems to be working for me: I installed the d3 library version 3.5.17 and it resolved the following issue.
npm install [email protected]
Oh ok thank you for sharing 👍