David Ludemann
Results
2
comments of
David Ludemann
`react-is` is breaking in recharts 2.13.0-alpha.4 & react 19 / next 15. You need to manually override this in your package.json ``` "dependencies": { "react-is": "19.0.0-rc-6f23540c7d-20240528" }, "overrides": { "recharts":...
> The charts are not visible for me as well. > > Only when explicitly setting `width` and `height` props for the recharts Chart Component (e.g. `BarChart` or `LineChart`), the...