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
Anyone can now tell their types apart from the builtins part of st. You need to use Metadata* types like Add<> or Get<> or Is<>. Using TypeDefinition() already allows for runtime types. Their TypeScript representations aren't limited to builtin metadata like Composable or Fallback.
The text was updated successfully, but these errors were encountered:
Anyone can now tell their types apart from the builtins part of st. You need to use
Metadata*
types likeAdd<>
orGet<>
orIs<>
. Using TypeDefinition() already allows for runtime types. Their TypeScript representations aren't limited to builtin metadata likeComposable
orFallback
.The text was updated successfully, but these errors were encountered: