Le Duc Anh

Results 2 comments of Le Duc Anh

i am using nextjs ```jsx const MDEditor = dynamic( () => import("@uiw/react-md-editor").then((mod) => mod.default), { ssr: false } ); ``` but i changed and it works fine ```jsx const MDEditor...

> I can confirm it still happens today. Remove the `CacheProvider` make it works!!! > > The below setup will stuck with `gray.100` on both light and dark mode, removing...