-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport master to next #9866
Backport master to next #9866
Conversation
[Doc] Fix Input usage mentions disabled instead of readOnly
Fix crash in ListView when inside a tab
…t-for-Select-All-label Fix Datagrid uses wrong element for "Select All" label
docs: update italian locale reference
Fix `<TitlePortal>` stories
Fix warning about defaultProps in React 18.3
…clearer in TypeScript
…-fetch-json-snippet-clearer [Doc] Add missing `fetchUtils` import to make custom `httpClient` snippet clearer in TypeScript
…junk props. According to issue #9737
…ssues [Typescript] Fix compilation error in `MenuItemLink`, `ResettableTextField` and `InpectorButton` with latest `@types/react`
Co-authored-by: erwanMarmelab <131013150+erwanMarmelab@users.noreply.github.com>
[Doc] Improve doc for `<Autocomplete onCreate>` and similar props
choicesForCreationSupport.push(newOption); | ||
return newOption; | ||
}} | ||
fullWidth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't necessary on next
. Same for CreateLabel.
create={<CreateCategory />} | ||
source="category" | ||
choices={categories} | ||
fullWidth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
useless (same for the other 2 added stories)
yarn.lock
Outdated
@@ -6829,7 +6829,29 @@ __metadata: | |||
languageName: node | |||
linkType: hard | |||
|
|||
"@types/react@npm:*, @types/react@npm:>=16, @types/react@npm:>=18.0.0, @types/react@npm:^18.2.37": | |||
"@types/react@npm:*": |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate package
No description provided.