is bizcharts compatible with react version 18?

xzlaal3s  于 4个月前  发布在  React
关注(0)|答案(3)|浏览(48)

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?

jexiocij

jexiocij2#

is this issue resolved??

oyjwcjzk

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.

相关问题