You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Try using not 18.0.0 React version but whatever is latest version is. This can be a culprit of it all.
I haven't checked the example as I'm from phone. But it's just a sophisticated guess.
@arnaskro funny thing is that it's still broken in the CodeSandbox example even tho it uses 5.2.0. But it uses Webpack, if I do exact code but Vite, it all works. So I guess it's still a problem of bundling to some extend, but maybe of Webpack rather than a bundler that I use. (which is tsup) either way. Will keep it open for some time.
I've been trying to setup
react-simplemde-editor
but I keep running into the same issueAs you'll see in the example below, only things installed are
react-simplemde-editor easymde react react-dom
.Have I missed anything for the setup?
Code Sandbox example
The text was updated successfully, but these errors were encountered: