How to use a Set in default values?
I am using Select from Hero UI, which uses a Set for its value. But when I do this, the schema validator types do not come out correctly. It seems they are transforming the types to be serializable, converting from Set to Array.
Here's a mini code snippet to reproduce:
Is there something I am missing?
Here's a mini code snippet to reproduce:
Is there something I am missing?