Open alexandre2501 opened 1 month ago
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 ?