Skip to content

Migrate deprecated MUI Grid to the new Grid2 component #507

@yeonthusiast

Description

@yeonthusiast

What would you like to be added:
In src/pages/Index.tsx, replace the deprecated Grid import from @mui/material/Grid with the new Grid2 component from @mui/material/Unstable_Grid2, and update all usages accordingly (remove item props).

Why is this needed:
The Grid API in MUI v5 is marked as deprecated and currently triggers warnings. We need to migrate to Grid2—just like our other components—to eliminate these warnings and stay on the supported path.

Additional Information:

Metadata

Metadata

Assignees

Labels

Type

Projects

Status

Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions