alibaba / BizCharts

Powerful data visualization library based on G2 and React.
http://bizcharts.net/products/bizCharts
6.16k stars 671 forks source link

is bizcharts compatible with react version 18? #1536

Open rezasohrabi opened 1 year ago

rezasohrabi commented 1 year ago

BizCharts Version: 4.1.22 Platform: windows when i use bizcharts in react version 18, on charts render my app crashes and increase cpu usage, but its ok with react version 17. is there a way to use bizcharts in react 18?

hughiechen commented 1 year ago

image me two!!

mayurapptware commented 1 year ago

is this issue resolved??

DanielGaull commented 1 year ago

Looks like this issue: https://github.com/alibaba/BizCharts/issues/1382 The solution at the bottom is what worked for me. Add an override to your package.json, then delete node_modules, package-lock, and run npm install again. If you run npm ls react after this, then you should see the override working.