Skip to content

Snap does not contain object content #891

Open
@trollepierre

Description

@trollepierre

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]"
/>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions