You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#1066
Building a module now fails if an external type is included in the
schema.
Examples:
- `time.Month`
- `github.com/tbd54566975/web5-go/dids/did. PortableDID`
The following code passes schema extraction when it shouldn't, because the type parameter of
ftl.Secret[did.PortableDID]("DID")
is not an FTL type.The text was updated successfully, but these errors were encountered: