Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graph showing component referencing itself #625

Open
alexandre2501 opened this issue Oct 7, 2024 · 1 comment
Open

Graph showing component referencing itself #625

alexandre2501 opened this issue Oct 7, 2024 · 1 comment

Comments

@alexandre2501
Copy link

Untitled

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 ?

@webfansplz
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants