Template compilation fails when using v-once inside template with v-if
Vue version
3.2.47
Link to minimal reproduction
Steps to reproduce
Just open devtools console
What is expected?
Template is successfully compiled and rendered
What is actually happening?
Template compilation failed:
TypeError: Cannot read properties of undefined (reading '2')
System Info
No response
Any additional comments?
No response