Subscribe on changes!

Renaming destructured props fails in some cases

avatar
Feb 14th 2022

Version

3.2.31

Reproduction link

SFC Playground

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