Skip to content

Commit d819c4d

Browse files
committed
pnpm extract-error-codes
1 parent 9e31ca6 commit d819c4d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/public/static/error-codes.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@
1919
"18": "MUI: The provided shorthand %s is invalid. The format should be `@<breakpoint | number>` or `@<breakpoint | number>/<container>`.\nFor example, `@sm` or `@600` or `@40rem/sidebar`.",
2020
"19": "MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150.",
2121
"20": "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.",
22-
"21": "MUI: The `colorSchemes.%s` option is either missing or invalid."
23-
}
22+
"21": "MUI: The `colorSchemes.%s` option is either missing or invalid.",
23+
"22": "MUI: `getReactElementRef(element)` expects a React element."
24+
}

0 commit comments

Comments
 (0)