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
Disabling the Component Inspector via the nuxt config file: devtools: { componentInspector: false, enabled: true } does not disable the inspector icon in the devtools UI. So if yo click on it, you get stuck, because you cannot select anything, but you also can't cancel out of it.
So I have to reload the page to continue.
🛠️ To reproduce
Any nuxt app
🌈 Expected behavior
The inspector icon/button should either be greyed out (disabled) or now be shown in the first place, since the functionality is disabled.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered:
🐛 The bug
Disabling the Component Inspector via the nuxt config file:
devtools: { componentInspector: false, enabled: true }
does not disable the inspector icon in the devtools UI. So if yo click on it, you get stuck, because you cannot select anything, but you also can't cancel out of it.So I have to reload the page to continue.
🛠️ To reproduce
Any nuxt app
🌈 Expected behavior
The inspector icon/button should either be greyed out (disabled) or now be shown in the first place, since the functionality is disabled.
ℹ️ Additional context
No response
The text was updated successfully, but these errors were encountered: