megahertz / react-simple-wysiwyg

Simple and lightweight React WYSIWYG editor
https://megahertz.github.io/react-simple-wysiwyg/
MIT License
119 stars 21 forks source link

Links display with Chakra UI #44

Closed PaulMonnery closed 2 months ago

PaulMonnery commented 2 months ago

Hello,

I am trying to use the package in a react/ts/chakra project, but it fails to render correctly some HTML elements like links and lists when wrapped in the ChakraProvider.

Here is a sandbox to check. If you comment the ChakraProvider, the formatting becomes correct.

It is probably related to #31, is there any global workaround?

megahertz commented 2 months ago

Yes, that's the same issue. You need to redefine styles for links and lists inside the rsw-ce container.