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
Hello, most of my components are referencing themselves in the graph tab of the DevTools (screenshot for example). I'm actually optimizing an app after a migration to Vue 3 and I can't understand where this is coming from of this it is normal behavior.
Is it just a bug or something coming from my app ?
The text was updated successfully, but these errors were encountered:
Does your application have a component that calls itself, such as a tree component that can recursive tree nodes by calling the component itself and providing an exit condition? If so, this is normal. If not, can you provide a mini-repo to help us track it? Thanks.
Hello, most of my components are referencing themselves in the graph tab of the DevTools (screenshot for example). I'm actually optimizing an app after a migration to Vue 3 and I can't understand where this is coming from of this it is normal behavior.
Is it just a bug or something coming from my app ?
The text was updated successfully, but these errors were encountered: