-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I use react-router v7 which uses Vite.
When I import the module via
import CodeEditor from '@uiw/react-textarea-code-editor';
It fails with error:
Cannot find module '.../node_modules/@uiw/react-textarea-code-editor/esm/Editor' imported from .../node_modules/@uiw/react-textarea-code-editor/esm/index.js
The reason is that it is required to have an extension in the import but the ESM build is missing them.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels