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

'Highlight updates' throws exception #1792

Closed
TheVaan opened this issue Mar 14, 2022 · 0 comments
Closed

'Highlight updates' throws exception #1792

TheVaan opened this issue Mar 14, 2022 · 0 comments
Labels

Comments

@TheVaan
Copy link

TheVaan commented Mar 14, 2022

Version

6.1.0

Browser and OS info

Chrome 99, macOS 12.1

Steps to reproduce

  • activate 'highlight updates'
  • wait for a component update
  • watch console

What is expected?

there shouldn't be any exceptions

What is actually happening?

An error occurred in hook 'getComponentBounds' with payload: {componentInstance: undefined, bounds: null}
TypeError: Cannot read properties of undefined (reading 'subTree')
    at getInstanceOrVnodeRect (backend.js:6100:23)
    at backend.js:6713:56
    at DevtoolsHookable.callHandlers (backend.js:741:17)
    at DevtoolsApi.callHook (backend.js:223:29)
    at DevtoolsApi.getComponentBounds (backend.js:322:32)
    at flashComponent (backend.js:1622:36)
    at Object.<anonymous> (backend.js:2010:39)
    at invokeFunc (backend.js:11206:19)
    at leadingEdge (backend.js:11216:22)
    at Object.debounced (backend.js:11283:16)
@Akryum Akryum added the bug label Mar 14, 2022
@Akryum Akryum closed this as completed in e25468c Mar 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants