Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Replace regular space with non-breaking space
  • Loading branch information
DiegoAndai committed Feb 5, 2024
commit f8af7dedc35eb4ec2e773154ff99c9408fa00b06
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Deprecated APIs often become breaking changes in subsequent major versions, so t

## Migrating

Material UI provides the `deprecations/all` codemod to help you stay up to date with minimal effort.
Material UI provides the `deprecations/all` codemod to help you stay up to date with minimal effort.

```bash
npx @mui/codemod@latest deprecations/all <path>
Expand All @@ -21,7 +21,7 @@ You can run this codemod as often as necessary to keep up with the latest change

:::info

If you need to manually migrate from a deprecated API, you can find examples below for all deprecations that have been added in Material UI v5.
If you need to manually migrate from a deprecated API, you can find examples below for all deprecations that have been added in Material UI v5.
If you need to run a specific codemod, those are also linked below.

:::
Expand Down