uiwjs / react-md-editor

A simple markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-md-editor
MIT License
2.19k stars 160 forks source link

the dependencie react-markdown-preview is not pin (unist_util_visit__WEBPACK_IMPORTED_MODULE_1__.visit) is not a function) #383

Open malouloumz opened 2 years ago

malouloumz commented 2 years ago

Hello,

There is a new version of @uiw/react-markdown-preview : 4.0.8 which makes my project fail In the package json the dependencie is not pin ("~4.0.5") and the new version is failing with this error: (0 , unist_util_visit__WEBPACK_IMPORTED_MODULE_1__.visit) is not a function.

jaywcjlove commented 2 years ago

@malouloumz Example: https://codesandbox.io/embed/markdown-editor-for-react-izdd6?fontsize=14&hidenavigation=1&theme=dark

tariqbroadnax commented 2 years ago

i had the same issue after updating react-md-editor. i reverted to version 3.9.0 from ^3.9.1 (which resolved to the newest version 3.12.3) and its working. thats not surprising since i was using 3.9.0 before I tried updating.