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
import { withTheme } from '@rjsf/core';
import Theme from '@rjsf/mui';
// Make modifications to the theme with your own fields and widgets
const Form = withTheme(Theme);
This works but fails to use the MUI5 theme. The correct import is
import { Theme } from '@rjsf/mui';
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
What theme are you using?
mui
Version
5.x
Current Behavior
The docs in the main page for MUI
https://github.com/rjsf-team/react-jsonschema-form/blob/main/packages/mui/README.md
state:
import Form from '@rjsf/mui';
or
This works but fails to use the MUI5 theme. The correct import is
import { Theme } from '@rjsf/mui';
Expected Behavior
No response
Steps To Reproduce
No response
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: