We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.0.6 Vue 2
Chrome 98
Open https://nukh9.csb.app/
Open the Vue devtools, timeline tab
Refresh the page
You should have this error:
Sandbox link: https://codesandbox.io/s/gracious-framework-nukh9?file=/src/main.js:182-208
It is the Vue2 template with only this change:
new Promise((resolve) => { setTimeout(resolve, 1000) }).then(() => { new Vue({ render: h => h(App) }).$mount("#app"); })
Rendering the Vue app after a delay should not cause an error in devtools
It creates an error on second load, if the timeline tab was activated
I have had other similar errors on the initialisation process. I'll try to create repros for those too
The text was updated successfully, but these errors were encountered:
9022113
No branches or pull requests
Version
6.0.6
Vue 2
Browser and OS info
Chrome 98
Steps to reproduce
Open https://nukh9.csb.app/
Open the Vue devtools, timeline tab
Refresh the page
You should have this error:
Sandbox link: https://codesandbox.io/s/gracious-framework-nukh9?file=/src/main.js:182-208
It is the Vue2 template with only this change:
What is expected?
Rendering the Vue app after a delay should not cause an error in devtools
What is actually happening?
It creates an error on second load, if the timeline tab was activated
I have had other similar errors on the initialisation process. I'll try to create repros for those too
The text was updated successfully, but these errors were encountered: