Skip to content

Commit

Permalink
Update docs/data/migration/migration-pickers-v7/migration-pickers-v7.md
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Tyla <llukas.tyla@gmail.com>
Signed-off-by: Flavien DELANGLE <flaviendelangle@gmail.com>
  • Loading branch information
flaviendelangle and LukasTy authored Nov 20, 2024
1 parent 077c05c commit 719ed4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ The following variables were renamed to have a coherent `Picker` / `Pickers` pre
+ import { usePickerContext } from '@mui/x-date-pickers';
+ import { usePickerContext } from '@mui/x-date-pickers-pro';

- const pickersContext = usePickerContext();
- const pickersContext = usePickersContext();
+ const pickerContext = usePickerContext();
```

Expand Down

0 comments on commit 719ed4c

Please sign in to comment.