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
As soon as using a directive (e.g.: v-autofocus) on any component the console error appears and breaks reactivity
chunk-A55UQSWB.js?v=5b265856:2396 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'emitsOptions')
at shouldUpdateComponent (chunk-A55UQSWB.js?v=5b265856:2396:27)
at updateComponent (chunk-A55UQSWB.js?v=5b265856:6507:9)
at processComponent (chunk-A55UQSWB.js?v=5b265856:6455:7)
at patch (chunk-A55UQSWB.js?v=5b265856:5910:11)
at patchKeyedChildren (chunk-A55UQSWB.js?v=5b265856:6865:9)
at patchChildren (chunk-A55UQSWB.js?v=5b265856:6779:11)
at processFragment (chunk-A55UQSWB.js?v=5b265856:6418:9)
at patch (chunk-A55UQSWB.js?v=5b265856:5884:9)
at patchKeyedChildren (chunk-A55UQSWB.js?v=5b265856:6865:9)
at patchChildren (chunk-A55UQSWB.js?v=5b265856:6779:11)
Vue version
3.3.13 and later
Link to minimal reproduction
couldn't reproduce in simple projects
Steps to reproduce
As soon as using a directive (e.g.: v-autofocus) on any component the console error appears and breaks reactivity
chunk-A55UQSWB.js?v=5b265856:2396 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'emitsOptions')
at shouldUpdateComponent (chunk-A55UQSWB.js?v=5b265856:2396:27)
at updateComponent (chunk-A55UQSWB.js?v=5b265856:6507:9)
at processComponent (chunk-A55UQSWB.js?v=5b265856:6455:7)
at patch (chunk-A55UQSWB.js?v=5b265856:5910:11)
at patchKeyedChildren (chunk-A55UQSWB.js?v=5b265856:6865:9)
at patchChildren (chunk-A55UQSWB.js?v=5b265856:6779:11)
at processFragment (chunk-A55UQSWB.js?v=5b265856:6418:9)
at patch (chunk-A55UQSWB.js?v=5b265856:5884:9)
at patchKeyedChildren (chunk-A55UQSWB.js?v=5b265856:6865:9)
at patchChildren (chunk-A55UQSWB.js?v=5b265856:6779:11)
What is expected?
The application is working fine
What is actually happening?
Console errors and reactivity don't work
System Info
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: