Jan Potoms
Jan Potoms
Just a heads up that since https://github.com/mui/material-ui/pull/42665 you will also need to upgrade `marked` to `13.0.1` for the docs build to succeed.
Ah, you are right 👍 , `marked` now comes in through `@mui/markdown`. Removed it in Toolpad as well.
> It checks this kind of things 👍 Same for things like `lineChartClasses` I suppose? This was what I was initially looking for. To target the root class.
What I meant was that `lineChartClasses` (and `responsiveChartContainerClasses `) is not exported from `@mui/x-charts`.
Additionally, the [stackblitz](https://stackblitz.com/run?file=Demo.tsx) is broken for that [demo](https://mui.com/x/react-charts/line-demo/#simplelinechart).
Finally managed to take a look at this. Some remarks: - Looks good! I see nothing in the package layout that wouldn't work. It's just re-exporting for ESM so no...