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
defineComponent/createSetup returns Anonymous component/hook. Can be fixed by an argument or babel plugin or at the user land by manually setting displayName.
Setup hook that displayed in hooks pane doesn't have a debug value. That can be provided with useDebugValue.
Reactivue internals such as tick and instance ids can be labeled with useDebugValue for further readibility.
Not sure but maybe we can:
List watchers/lifecycle hooks (onMounted, watch, computed) here.
Disable/Enable that watchers/lifecycle hooks through a boolean.
The text was updated successfully, but these errors were encountered: