Skip to content

fix(runtime-core): prevent infinite recursion caused by components with the same name #11269

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hongzzz
Copy link

@hongzzz hongzzz commented Jul 1, 2024

fix: #10393

@edison1105
Copy link
Member

Could you please add a test case for this?

@edison1105 edison1105 added the need test The PR has missing test cases. label Oct 8, 2024
@hongzzz
Copy link
Author

hongzzz commented Oct 8, 2024

Could you please add a test case for this?

sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need test The PR has missing test cases.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import name of child component being the same as the name of the Parent triggers an infinite recursion.
2 participants