"Codegen node is missing" if name of the component is "View"
Vue version
3.3.2
Link to minimal reproduction
Steps to reproduce
Open "List.vue" file and you'll see the error. After you rename "View" to any other name (by example, Loader), you'll se that bug is gone
What is expected?
Correct render)))
What is actually happening?
Codegen node is missing for element/if/for node. Apply appropriate transforms first.
System Info
No response
Any additional comments?
I couldn't find anywhere that the word "view" is reserved somewhere in Vue.js, in html or somewhere else
view
is reserved html tag