You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/data/material/migration/migrating-from-deprecated-apis/migrating-from-deprecated-apis.md
+6
Original file line number
Diff line number
Diff line change
@@ -1242,6 +1242,12 @@ The Grid's `wrap` prop was deprecated in favor of `flexWrap` MUI System prop:
1242
1242
/>;
1243
1243
```
1244
1244
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
+
1245
1251
## Modal
1246
1252
1247
1253
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