-
Notifications
You must be signed in to change notification settings - Fork 665
Open
Labels
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]"
/>
trollepierre, moizang, rquelen, kfischer-okarin, robokozo and 5 moretrollepierre and vidal7dylanbhughes