Trouble Decoding Option.none() with Effect Schema in TypeScript
I am struggling with this error from the code below:
Playground here.
If I
Playground here.
If I
Schema.encodeSync beforehand it works, but still, Option.none() is an object that has a _tag so I would think that it works like that too.. no?
