Issue with Schema.NullishOr in String Decoding
Hey everyone, I'm trying to decode a string using this schema:
https://effect.website/play#6f7d3aab1605
And I'm surprised to see that when the input is "test", I still get errors from the
Is this expected? My expectation is to only have the "Too short" error.
https://effect.website/play#6f7d3aab1605
And I'm surprised to see that when the input is "test", I still get errors from the
NullishOr part in my result.Is this expected? My expectation is to only have the "Too short" error.
