Skip to content

Allow custom serialisation of prop values #278

Open
@almilo

Description

@almilo

Prop values of type Set are serialised as foo={[object Set]}. It would be much more convenient to serialised them in a similar way to the Arrays (i.e. foo={Set ['one', 'two', 'three']}).
This could be coded as an extension if custom serialisation of props were supported or as a specific prop serialiser for Set values.

Thanks,
Alberto

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