You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: