Issue with `S.Record` and Transformed Keys in `effect/Schema`
So is it mean to be that
Playground: https://effect.website/play/#668d89fa6758
Minimal repro, as you can see, using key of
Error:
Error: Unsupported key schema
schema (Transformation): (string <-> string)
effect/Schema:s S.Record doesn't support keys that use transforms?Playground: https://effect.website/play/#668d89fa6758
Minimal repro, as you can see, using key of
StringWithTransform causes weird error.Error:
Error: Unsupported key schema
schema (Transformation): (string <-> string)
