Skip to content

Commit

Permalink
pnpm "extract-error-codes
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Jul 22, 2024
1 parent 1343632 commit 4bfa892
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/public/static/error-codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"20": "MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150.",
"21": "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`.",
"22": "MUI: Missing or invalid value of `colorSchemes.%s` from the `extendTheme` function.",
"23": "MUI: The provided `colorSchemes.%s` to the `extendTheme` function is either missing or invalid."
}
"23": "MUI: The provided `colorSchemes.%s` to the `extendTheme` function is either missing or invalid.",
"24": "MUI: getChildRef expected to receive a single React element child."
}

0 comments on commit 4bfa892

Please sign in to comment.