Renaming destructured props fails in some cases
Version
3.2.31
Reproduction link
Steps to reproduce
Just look at the compiled code in JS tab
What is expected?
"onUpdate:values": __props['onUpdate:values']
What is actually happening?
Reference to the renamed prop is not correct
"onUpdate:values": __props.undefined