../blocks/download/node_modules/@joint/plus/joint-plus.mjs Can't import the named export 'V' from non EcmaScript module (only default export is available) #2714
Unanswered
Hemal-LPT218
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I am having trouble reproducing this. If you are trying to include JointJS+ in an already established project, I suggest updating the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduction
After installing the JointJS+ library using file installation, errors occur when running the project after importing the JointJS+ library.
Steps to reproduce
"react": "16.11.0",
"react-dom": "16.11.0",
"react-scripts": "3.1.1",
"@types/node": "13.13.52",
"@types/react": "16.9.11",
"typescript": "4.1.3"
This version was in my project. After installing the JointJS+ library, I created a demo as shown in the React example and ran the project but got an error.
Restrictions & Constraints
No response
Does your question relate to JointJS or JointJS+. Select both if applicable.
JointJS+
Beta Was this translation helpful? Give feedback.
All reactions