Subscribe on changes!

Why can't name and components have the same name

avatar
Jan 6th 2021

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

avatar
Jan 6th 2021

Please provide a reproduction.