Related page
https://mui.com/material-ui/migration/upgrade-to-v9/#gridlegacy
Kind of issue
Unclear explanations
Issue description
There should be a strong warning for the Grid API incompatibility between mui@7 and mui@9
Context
I already did the migration a while ago of all my legacy grids from mui@5 to mui@6, so I did not check the "migration guide from legacy grids", thinking the migration was already done.
In Grid documentation for v7, the direction "column" was mentioned as "not supported", but in the API it was not marked as deprecated.
I was taken aback when upgrading from mui@7 to mui@9, seeing half of my grids failing.
(side note : I always thought of the Grid component as a flex container / item, so it was very natural for me to use the direction, like I would do with flex-direction. I wonder on the need to separate between Grid and Stack)
Search keywords: grid direction column
Related page
https://mui.com/material-ui/migration/upgrade-to-v9/#gridlegacy
Kind of issue
Unclear explanations
Issue description
There should be a strong warning for the Grid API incompatibility between mui@7 and mui@9
Context
I already did the migration a while ago of all my legacy grids from mui@5 to mui@6, so I did not check the "migration guide from legacy grids", thinking the migration was already done.
In Grid documentation for v7, the direction "column" was mentioned as "not supported", but in the API it was not marked as deprecated.
I was taken aback when upgrading from mui@7 to mui@9, seeing half of my grids failing.
(side note : I always thought of the Grid component as a flex container / item, so it was very natural for me to use the direction, like I would do with
flex-direction. I wonder on the need to separate between Grid and Stack)Search keywords: grid direction column