TypeError: Attempted to assign to readonly property. when i import vueflow #1137
kumareshind
started this conversation in
General
Replies: 1 comment
-
Can you provide a little bit more code? Just from this snippet it's kinda impossible to tell what's going on 😄 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi folks,
I am getting a strange error when I import
import { VueFlow } from "@vue-flow/core";
The console error in my browser is
TypeError: Attempted to assign to readonly property
function oo
vue-flow-core.mjs
Env:
Vue3
Vite
I am not sure if I am missing anything in the vite config.
Could someone help me ?
Beta Was this translation helpful? Give feedback.
All reactions