Skip to content

Commit

Permalink
Add entry in migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Jun 13, 2024
1 parent 5433fd3 commit 883ace8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1242,6 +1242,12 @@ The Grid's `wrap` prop was deprecated in favor of `flexWrap` MUI System prop:
/>;
```

## LoadingButton

### Contents wrapped in a <span>

The `children` passed to the LoadingButton component is now wrapped in a `<span>` tag to avoid [issues](https://github.com/mui/material-ui/issues/27853) when using tools to translate websites.

## Modal

Use the [codemod](https://github.com/mui/material-ui/tree/HEAD/packages/mui-codemod#modal-props) below to migrate the code as described in the following sections:
Expand Down

0 comments on commit 883ace8

Please sign in to comment.