Open
Description
I just upgraded to React 19 and now if I add any Custom HTML tags it throws an error in the console
When I disabled the preview then it works fine
<MarkdownEditor
enablePreview={false}
/>
The tag <statlistitem> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter. Error Component Stack
at statlistitem (<anonymous>)
at Markdown (index.js:163:35)
at div (<anonymous>)
at eval (preview.js:34:7)
at eval (index.js:33:110)
at div (<anonymous>)
at div (<anonymous>)
at div (<anonymous>)
at MarkdownEditorInternal (index.js:71:7)
at LoadableComponent (dynamic-BkHm8yrd.js:133:9)
Metadata
Metadata
Assignees
Labels
No labels