Issue with `Schema.transform` on `Schema.Map` Attributes in Discriminated Unions

noticed something that probably isn't worth a ticket - but who knows. The example of using Schema.transform to create a discriminated union doesnt seem to work on schemas containing a Schema.Map member - using the
attachPropertySignature
approach works though https://effect.website/docs/guides/schema/basic-usage#how-to-transform-a-simple-union-into-a-discriminated-union
Was this page helpful?