Skip to content

Latest commit

 

History

History
14 lines (5 loc) · 419 Bytes

File metadata and controls

14 lines (5 loc) · 419 Bytes

Migrate to V7.0.0

RAS V7.0.0 includes breaking changes, Due to the update MUI 7 and Storybook 9.

You will need to follow the official MUI 7 migration recommendations.

Biggest impact is the renaming of the Grid V6 component to GridLegacy, and the Grid2 V6 component to Grid.

Also, if any of your components used withStyles or makeStyles you will need to migrate to the sx prop styles or another alternative.