Open
Description
Version
1.0.0-beta.22
Reproduction link
https://codesandbox.io/s/xr39rzv50z
Steps to reproduce
Have a child component passing a prop that is an array and generate snapshot
<child-component :myprop="{toto: 'toto', something: true}"/>
What is expected?
<childcomponent-stub
myprop="{toto='toto', something: true}"
/>
What is actually happening?
<childcomponent-stub
myprop="[object Object]"
/>