Daniel Gaull
Daniel Gaull
Ok, so I've found the problematic section of code. This is in components/Legend/index.tsx: ``` // 事件didmount后绑定一次即可 useEffect(() => { // 连续图例 view.on('legend:valuechanged',(ev: { /** [ start, end ] */ originValue:...
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....
Looks like it's this old bug, https://github.com/zcreativelabs/react-simple-maps/issues/275