Replies: 2 comments 1 reply
-
|
hi @LadIQe seems like you have a cache issue, try to open browser tools and clear cache |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Got it, ty @LadIQe |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, it seems there is some kind of problem with Vue3 and this library.
We are building our app on Vuetify 3, Vue 3, TS, Pinia, Vite. So we installed this package:
problem is, that even this code
is causing this error
InvalidCharacterError: Failed to execute 'createElementNS' on 'Document': The qualified name provided ('[object Object]') contains the invalid character '['.
at createElm (chunk-R74XITRJ.js?v=3506847c:2679:54)
at addVnodes (chunk-R74XITRJ.js?v=3506847c:2787:19)
at patch (chunk-R74XITRJ.js?v=3506847c:2954:7)
at renderVdom (chunk-R74XITRJ.js?v=3506847c:3135:3)
at callRender (chunk-R74XITRJ.js?v=3506847c:3393:11)
at updateComponent (chunk-R74XITRJ.js?v=3506847c:3333:5)
at chunk-R74XITRJ.js?v=3506847c:3311:38
Funny thing is: it was working yesterday. When I started the app today, its not working anymore.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions