Why can't name and components have the same name
Version
3.0.0
Reproduction link
https://new-issue.vuejs.org/?repo=vuejs/vue-next
Steps to reproduce
When using TSX's h function as a component, and the parent component refers to the child component with the same name as the components, run-core-esm-bundler.js? 5c40:805 Uncaught (in promise) RangeError: Maximum call stack size exceeded
What is expected?
I hope I don't get an error when name and components have the same name
What is actually happening?
Uncaught (in promise) RangeError: Maximum call stack size exceeded