You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/public/static/error-codes.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,5 +19,6 @@
19
19
"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`.",
20
20
"19": "MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150.",
21
21
"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."
22
+
"21": "MUI: The `colorSchemes.%s` option is either missing or invalid.",
23
+
"22": "MUI: `getReactElementRef(element)` expects a React element."
0 commit comments