Skip to content

Commit 60143f8

Browse files
Fix
1 parent 2b5f2a0 commit 60143f8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/data/migration/migration-pickers-v7/migration-pickers-v7.md

-2
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ If you are using the theme to customize `MuiInput`, `MuiOutlinedInput` or `MuiFi
196196
you need to pass the same config to `MuiPickersInput`, `MuiPickersOutlinedInput` or `MuiPickersFilledInput`:
197197

198198
```js
199-
const theme = createTheme({
200199
components: {
201200
// Replace with `MuiOutlinedInput` or `MuiFilledInput` if needed
202201
MuiInput: {
@@ -270,7 +269,6 @@ const theme = createTheme({
270269
Layout content
271270
</PickersLayoutRoot>
272271
);
273-
}
274272
```
275273

276274
- The component passed to the `layout` slot no longer receives a `isRtl` prop. If you need to access this information, you can use the `useRtl` hook from `@mui/system`:

0 commit comments

Comments
 (0)