uiwjs / react-markdown-editor

A markdown editor with preview, implemented with React.js and TypeScript.
https://uiwjs.github.io/react-markdown-editor
MIT License
337 stars 34 forks source link

v5.11.2 breaks CSS imports #204

Closed nfts2me closed 1 year ago

nfts2me commented 1 year ago

After updating to v5.11.2 CSS imports are broken: Module not found: Can't resolve '@uiw/react-markdown-editor/markdown-editor.css'

On v5.11.1 we have no issues.

The imports we have on our code are like this:

import '@uiw/react-markdown-editor/markdown-editor.css';
import '@uiw/react-markdown-preview/markdown.css';
jaywcjlove commented 1 year ago

@nfts2me Upgrade v5.11.3

nfts2me commented 1 year ago

@nfts2me Upgrade v5.11.3

Thank you, fixed!