We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var(--mui-palette-common-white)
I just followed the example in the getting started section of the documentation. This is my code:
const rteRef = useRef<RichTextEditorRef>(null);
<RichTextEditor ref={rteRef} extensions={[]} content="<p>Hello world</p>" renderControls={() => ( <MenuControlsContainer> <MenuSelectHeading /> <MenuDivider /> <MenuButtonBold /> <MenuButtonItalic /> </MenuControlsContainer> )} />
But I keep getting this error:
Unhandled Runtime Error Error: MUI: Unsupported `var(--mui-palette-common-white)` color. The following formats are supported: #nnn, #nnnnnn, rgb(), rgba(), hsl(), hsla(), color().
Any clues as to why?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just followed the example in the getting started section of the documentation. This is my code:
const rteRef = useRef<RichTextEditorRef>(null);
But I keep getting this error:
Any clues as to why?
The text was updated successfully, but these errors were encountered: