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
Not obvious, but I analyzed and the dependency vue made some bug patches on its recent CHANGELOG around the EffectScope.
I'm not sure and I would like your expertise.
Hi team,
Thanks a lot for your work.
Since I upgraded some dependencies, I have this error :
Caution
ℹ Error: Cannot read properties of undefined (reading 'removeEventListener')
admin-1 |
admin-1 | ⁃ at Array. (node_modules/vuetify/lib/composables/focusTrap.js:129:14)
admin-1 | ⁃ at EffectScope.stop (node_modules/@vue/reactivity./reactivity.cjs.js:124:25)
admin-1 | ⁃ at cleanupContext (node_modules/@vue/server-renderer./server-renderer.cjs.js:662:15)
admin-1 | ⁃ at renderToString (node_modules/@vue/server-renderer./server-renderer.cjs.js:1014:5)
admin-1 | ⁃ at async Object.renderToString$1 [as renderToString] (.nuxt/dev/index.mjs:6412:16)
Here is a short part of my
package.json:Not obvious, but I analyzed and the dependency
vuemade some bug patches on its recent CHANGELOG around theEffectScope.I'm not sure and I would like your expertise.
Thanks in advance