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
I'm not entirely sure if this is a bug or intended to be like this, but after upgrading vite-plugin-checker to version 0.9.0 I started seeing the custom element "vite-plugin-checker-error-overlay" in Vue Devtools as a separate root component. When developing, if you have to refresh the page several times, you also have to select the right component from Devtools, instead of the component being developed being directly visible in the tool, as it normally is. This causes multiple extra clicks which is really frustrating.
Tested with following Vue & Vite versions:
"vue": "^3.5.13",
"vite": "^6.2.0"
Reproduction
Update vite-plugin-checker to version 0.9.0
Start your application and open Vue devtools
See that there's a "VueElement" root component shown in "Components" tab
Expected behavior
Vue Devtools should ignore the vite-plugin-checker-error-overlay component as in version 0.8.0:
Describe the bug
I'm not entirely sure if this is a bug or intended to be like this, but after upgrading vite-plugin-checker to version 0.9.0 I started seeing the custom element "vite-plugin-checker-error-overlay" in Vue Devtools as a separate root component. When developing, if you have to refresh the page several times, you also have to select the right component from Devtools, instead of the component being developed being directly visible in the tool, as it normally is. This causes multiple extra clicks which is really frustrating.
Tested with following Vue & Vite versions:
Reproduction
Expected behavior
Vue Devtools should ignore the vite-plugin-checker-error-overlay component as in version 0.8.0:
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: