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
error when changing route using vue router. this error does not appear if i disable dev tools extension
What is expected?
no error
What is actually happening?
error in console tab
Uncaught (in promise) TypeError: Cannot read property 'instanceMap' of undefined
at getComponentInstance (backend.js:991)
at Object.sendSelectedComponentData (backend.js:935)
at Object. (backend.js:1211)
at Object.emit (:1:755)
at DevtoolsPluginApiInstance.notifyComponentUpdate (backend.js:381)
at eval (vue-router.esm-bundler.js?6c02:2436)
at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:163)
at Array.job (runtime-core.esm-bundler.js?5c40:2077)
at flushPreFlushCbs (runtime-core.esm-bundler.js?5c40:328)
The text was updated successfully, but these errors were encountered:
Version
6.0.0-beta.11
Browser and OS info
chrome mac os big sur
Steps to reproduce
error when changing route using vue router. this error does not appear if i disable dev tools extension
What is expected?
no error
What is actually happening?
error in console tab
Uncaught (in promise) TypeError: Cannot read property 'instanceMap' of undefined
at getComponentInstance (backend.js:991)
at Object.sendSelectedComponentData (backend.js:935)
at Object. (backend.js:1211)
at Object.emit (:1:755)
at DevtoolsPluginApiInstance.notifyComponentUpdate (backend.js:381)
at eval (vue-router.esm-bundler.js?6c02:2436)
at callWithErrorHandling (runtime-core.esm-bundler.js?5c40:154)
at callWithAsyncErrorHandling (runtime-core.esm-bundler.js?5c40:163)
at Array.job (runtime-core.esm-bundler.js?5c40:2077)
at flushPreFlushCbs (runtime-core.esm-bundler.js?5c40:328)
The text was updated successfully, but these errors were encountered: