You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When v-stage component mounts I get this error in browser console and it only happens in dev environment and it does not happen when I build the project :
vue-konva.js?v=5ad2e738:46876 Uncaught (in promise) TypeError: Cannot set properties of null (setting 'innerHTML')
at vue-konva.js?v=5ad2e738:46876:43
at vue-konva.js?v=5ad2e738:27982:158
at callWithErrorHandling (vue-konva.js?v=5ad2e738:25392:23)
at callWithAsyncErrorHandling (vue-konva.js?v=5ad2e738:25399:21)
at hook.__weh.hook.__weh (vue-konva.js?v=5ad2e738:27964:23)
at flushPostFlushCbs (chunk-TQCBFGB5.js?v=5ad2e738:1817:41)
at flushJobs (chunk-TQCBFGB5.js?v=5ad2e738:1855:5)
Package versions :
Vue : 3.4.21
Vue-konva : 3.0.2
Konva : 9.3
The text was updated successfully, but these errors were encountered:
When v-stage component mounts I get this error in browser console and it only happens in dev environment and it does not happen when I build the project :
Package versions :
Vue : 3.4.21
Vue-konva : 3.0.2
Konva : 9.3
The text was updated successfully, but these errors were encountered: