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?
Looks like this issue: #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.
3条答案
按热度按时间cclgggtu1#
me two!!
jexiocij2#
is this issue resolved??
oyjwcjzk3#
Looks like this issue: #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.