TanStack / react-charts

⚛️ Simple, immersive & interactive charts for React
https://react-charts.tanstack.com
MIT License
2.98k stars 243 forks source link

Hovering on Chart Throws Error #300

Closed chidera-ugo closed 2 years ago

chidera-ugo commented 2 years ago

I think this occurs only in development

If you hover on any of the charts in the codesandbox examples you'll get this type error

Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'.

Screenshot 2022-08-04 at 11 27 18

Same thing on Safari and Chrome. But it seems to work fine in prod

adxl commented 2 years ago

Same thing with the Getting Started example in the documentation

chidera-ugo commented 2 years ago

exactly

chidera-ugo commented 2 years ago

Closing this because it seems to have been resolved