BizCharts icon indicating copy to clipboard operation
BizCharts copied to clipboard

is bizcharts compatible with react version 18?

Open rezasohrabi opened this issue 2 years ago • 3 comments

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?

rezasohrabi avatar Dec 17 '22 19:12 rezasohrabi

image me two!!

hughiechen avatar Dec 22 '22 06:12 hughiechen

is this issue resolved??

mayurapptware avatar Apr 13 '23 10:04 mayurapptware

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.

DanielGaull avatar Jun 07 '23 20:06 DanielGaull