-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: container.value is null in Nuxt3 #233
Comments
having the same issue. Did you find a solution @zupaazhai ?
|
I managed it by putting the stage in e.g. <template>
<client-only>
<v-stage :config="{ width: 200, height: 200 }">
<v-layer>
<v-circle :config="{ x: 100, y: 100, radius: 70, fill: "red", stroke: "black", strokeWidth: 4 }"></v-circle>
</v-layer>
</v-stage>
</client-only>
</template> |
I'm using Quasar Framework with vue-konva, and occur same error. You can try it; ( https://github.com/kkparkclouflake/vue-konva/tree/nightly ) |
|
Thank you so much! Your fix helped me. |
I have installed Konva and Vue Konva in my project.
I used
Konva
version8.4.3
vue-konva
version3.0.2
then when use in page,
and run in Firefox
I got error
this is how I setup in my project
vue-konva.js
anyone can suggest me?
The text was updated successfully, but these errors were encountered: