react-bubble-chart icon indicating copy to clipboard operation
react-bubble-chart copied to clipboard

TypeError: Cannot read properties of undefined (reading 'select')

Open chahakshah111 opened this issue 3 years ago • 3 comments

Hey, I'm getting 2 error while rendering the component

  1. TypeError: Cannot read properties of undefined (reading 'select') from ReactBubbleChartD3.js line no. 70
  2. Uncaught TypeError: Cannot read properties of undefined (reading 'destroy') from ReactBubbleChartD3.js line no. 226 anyone can help me out please

chahakshah111 avatar Nov 17 '21 07:11 chahakshah111

I am having the same error :( Were you able to solve this?

ibrahimrehman1 avatar Aug 27 '22 14:08 ibrahimrehman1

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]

svyatik avatar Sep 07 '22 10:09 svyatik

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 👍

ibrahimrehman1 avatar Sep 08 '22 12:09 ibrahimrehman1