From 7c61280c24ef7edf5536613d125efdf2484ff995 Mon Sep 17 00:00:00 2001 From: Lukas Date: Mon, 19 Feb 2024 18:24:59 +0200 Subject: [PATCH] [docs] Update broken URL hashes (#41185) --- docs/data/material/components/text-fields/text-fields.md | 2 +- .../material/migration/migration-v4/v5-component-changes.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/material/components/text-fields/text-fields.md b/docs/data/material/components/text-fields/text-fields.md index 3a2cce9e65b38e..f1ccc478de10dc 100644 --- a/docs/data/material/components/text-fields/text-fields.md +++ b/docs/data/material/components/text-fields/text-fields.md @@ -197,7 +197,7 @@ import { useFormControl } from '@mui/material/FormControl'; ## Performance Global styles for the auto-fill keyframes are injected and removed on each mount and unmount, respectively. -If you are loading a large number of Text Field components at once, it might be a good idea to change this default behavior by enabling [`disableInjectingGlobalStyles`](/material-ui/api/input-base/#InputBase-prop-disableInjectingGlobalStyles) in `MuiInputBase`. +If you are loading a large number of Text Field components at once, it might be a good idea to change this default behavior by enabling [`disableInjectingGlobalStyles`](/material-ui/api/input-base/#input-base-prop-disableInjectingGlobalStyles) in `MuiInputBase`. Make sure to inject `GlobalStyles` for the auto-fill keyframes at the top of your application. ```jsx diff --git a/docs/data/material/migration/migration-v4/v5-component-changes.md b/docs/data/material/migration/migration-v4/v5-component-changes.md index b56d7b5b0ba0cb..97f46e29442aae 100644 --- a/docs/data/material/migration/migration-v4/v5-component-changes.md +++ b/docs/data/material/migration/migration-v4/v5-component-changes.md @@ -991,7 +991,7 @@ prop `listItemClasses` is removed, use `classes` instead. + ``` -Read more about the [MenuItem CSS API](/material-ui/api/menu-item/#css). +Read more about the [MenuItem CSS API](/material-ui/api/menu-item/#classes). ## Modal