[docs] v6 dashboard template uses react-spring which is not react 19 compatible yet #45211
Labels
docs
Improvements or additions to the documentation
external dependency
Blocked by external dependency, we can’t do anything about it
Related page
https://github.com/mui/material-ui/tree/v6.4.2/docs/data/material/getting-started/templates/dashboard
Kind of issue
Other
Issue description
The document says the only dependencies of the dashboard template are:
However the CustomisedTree uses react-spring - this has not yet been made react 19 compatible: pmndrs/react-spring#2341
So the template doesn't compile:
Context
Trying to combine nextjs typescript template with the dashboard template from
material-ui/examples/material-ui-nextjs-ts (which is react 19)
with:
material-ui/docs/data/material/getting-started/templates/dashboard
material-ui/docs/data/material/getting-started/templates/shared-theme
Search keywords: react 19 react-spring dashboard template resolve @react-spring/web
The text was updated successfully, but these errors were encountered: