Skip to content

Commit

Permalink
pnpm prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 15, 2024
1 parent 9e31ca6 commit 7dcfa23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/public/static/error-codes.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@
"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`.",
"19": "MUI: The `experimental_sx` has been moved to `theme.unstable_sx`.For more details, see https://github.com/mui/material-ui/pull/35150.",
"20": "MUI: `vars` is a private field used for CSS variables support.\nPlease use another name.",
"21": "MUI: The `colorSchemes.%s` option is either missing or invalid."
"21": "MUI: The `colorSchemes.%s` option is either missing or invalid.",
"22": "MUI: `getReactElementRef(element)` expects a React element."
}

0 comments on commit 7dcfa23

Please sign in to comment.