Closed
Description
When using this component with Next.js, I am facing this error. Specifically at lines like these.
error - ./node_modules/@uiw/react-markdown-editor/lib/esm/components/CodeMirror/codemirror.css
Global CSS cannot be imported from within node_modules.
Read more: https://err.sh/next.js/css-npm
Perhaps we can expose an export that is unstyled and one that is styled?
- Expose UnstyledComponents
...
export default UnstyledComponent
- Expose a module which has styles also imported.
import UnstyledComponent from ...
import styles from ...
export default ...
Metadata
Metadata
Assignees
Labels
No labels