Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20b756b

Browse files
committedJun 13, 2024··
Add entry in migration guide
1 parent 9b6e3a1 commit 20b756b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md

+6
Original file line numberDiff line numberDiff line change
@@ -1242,6 +1242,12 @@ The Grid's `wrap` prop was deprecated in favor of `flexWrap` MUI System prop:
12421242
/>;
12431243
```
12441244

1245+
## LoadingButton
1246+
1247+
### Contents wrapped in a <span>
1248+
1249+
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.
1250+
12451251
## Modal
12461252

12471253
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:

0 commit comments

Comments
 (0)
Please sign in to comment.