Skip to content
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

Large number of event.meta.bounds is undefined errors when viewing timeline #1398

Closed
ijdickinson opened this issue Apr 6, 2021 · 0 comments
Labels
bug need team repro We acknowledged your report and will soon try to reproduce it vue 3.x

Comments

@ijdickinson
Copy link

Version

6.0.0-beta.7

Browser and OS info

Firefox 87.0 / Ubuntu 20.10

Steps to reproduce

  1. Launch Vue 3 app
  2. Open devtools
  3. Select Timeline tool
  4. Select a component event from the timeline to view details of
  5. Track mouse across the timeline

What is expected?

No console errors

What is actually happening?

Many (i.e. hundreds) of events on the console. See below for example stacktrace.

After this starts happening, dev-tools seems to be in a confused state. I have to close the dev-tools window and the tab with my app in it to get back to a normal state


TypeError: event.meta.bounds is undefined
    screenshotOverlayRender moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:3533
    showScreenshot moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:3401
    run moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:4373
    queue moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:4379
    queue moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:4362
    showScreenshot moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:3376
    connect moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:846
    emit moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:3720
    _emit moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:1126
    Bridge moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:1058
    Bridge moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:1058
    listener moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:2105
    listen moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:2108
    Bridge moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:1056
    handshake moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:2101
    282 moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:2086
    __webpack_require__ moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:20
    <anonymous> moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:84
    <anonymous> moz-extension://68ba6716-e5fe-4cc1-b580-6a6d6f466c26/build/backend.js:87
backend.js:3412:33
@Akryum Akryum added bug need team repro We acknowledged your report and will soon try to reproduce it v6 vue 3.x labels Apr 25, 2021
Akryum added a commit that referenced this issue May 6, 2021
@Akryum Akryum closed this as completed May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug need team repro We acknowledged your report and will soon try to reproduce it vue 3.x
Projects
None yet
Development

No branches or pull requests

2 participants