Skip to content

Commit

Permalink
Update docs/data/date-pickers/base-concepts/base-concepts.md
Browse files Browse the repository at this point in the history
Signed-off-by: Flavien DELANGLE <[email protected]>
  • Loading branch information
flaviendelangle authored Oct 1, 2024
1 parent 5391aea commit bf61009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/date-pickers/base-concepts/base-concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ If it's equal to `any`, you can fix it by manually importing the adapter in some
import type {} from '@mui/x-date-pickers/AdapterDayjs';
```

:::success
:::info
Before version 7.19.0, TypeScript was throwing an error such as `DesktopDatePickerProps<Date> error Type 'Date' does not satisfy the constraint 'never'`
when you were not importing the adapter in the same TypeScript project as the rest of your codebase.

Expand Down

0 comments on commit bf61009

Please sign in to comment.