Issue react-md-editor@4.0.5 - Expected usable value but received an empty preset · Issue #683 · uiwjs/react-md-editor · GitHub
More Web Proxy on the site http://driver.im/
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
I had this error. Could not find the cause but I think it is caused by the module type.
In the project I'm using react-markdown with rehype plugins and there unified doesn't have this issues.
index.js:1110 Uncaught (in promise) Error: Expected usable value but received an empty preset, which is probably a mistake: presets typically come with `plugins` and sometimes with `settings`, but this has neither
at addPreset (index.js:1110:1)
at apply.use (index.js:1076:1)
at ./node_modules/@uiw/react-md-editor/esm/index.js (index.js:10:1)
at __webpack_require__ (bootstrap:19:1)
at sharing:50:1
at __webpack_require__.m.<computed> (main.js:494:34)
at __webpack_require__ (bootstrap:19:1)
I also use the ESNext module, but I haven’t encountered this issue in my project. I’m not sure how to resolve your problem. I recommend checking the versions of react-md-editor and the related plugins, or trying to adjust the module configuration to see if it helps. @volosincu
I had this error. Could not find the cause but I think it is caused by the module type.
In the project I'm using react-markdown with rehype plugins and there unified doesn't have this issues.
ts-config
The text was updated successfully, but these errors were encountered: