Closed A7U closed 3 years ago
I wouldn't recommend rendering SimpleMDEReact in the SSR environment, it makes no sense. You should guard it with some isSsr
boolean so it renders on the client only.
Here are examples. https://github.com/RIP21/react-simplemde-editor/issues/148 https://github.com/RIP21/react-simplemde-editor/issues/89 https://github.com/RIP21/react-simplemde-editor/issues/73
I'm not sure why, but this keeps happening.
I'm on NextJS but it's a framework on top of react, so it should work with nextjs too right?