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
timeline.js:57 Uncaught (in promise) TypeError: Cannot read property 'id' of undefined
at Object.<anonymous> (timeline.js:57)
at Object.emit (<anonymous>:70:28)
at devtoolsComponentEmit (runtime-core.esm-bundler.js:596)
at emit (runtime-core.esm-bundler.js:969)
at Configuration2.config.emitOptionChanged [as _emitOptionChanged] (configuration.js:271)
at Configuration2._tryEmitOptionChanged (configuration.js:242)
at Configuration2._onOptionChanged (configuration.js:228)
at Configuration2.onOptionChanged (configuration.js:158)
at Object.<anonymous> (component.js:136)
at Object.Callback._fireCore (callbacks.js:25)
Version
6.0.0-beta.11
Browser and OS info
Chrome 90 / Windows10
Steps to reproduce
create a new vue app with the following component:
CompA.vue:
Steps:
What is expected?
No error :-D
What is actually happening?
source:
appRecord is
undefined
in this case.The text was updated successfully, but these errors were encountered: