Skip to content

sendTimelineMarkers - Cannot read properties of null (reading 'id') #1718

New issue

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

Closed
guillaumeduliscouet opened this issue Feb 11, 2022 · 0 comments
Closed

Comments

@guillaumeduliscouet
Copy link

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:

image

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");
})

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

@Akryum Akryum closed this as completed in 9022113 Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant