uiwjs/react-markdown-editor

v5.11.2 breaks CSS imports

nfts2me opened this issue · 2 comments

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';

@nfts2me Upgrade v5.11.3

@nfts2me Upgrade v5.11.3

Thank you, fixed!