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
The text was updated successfully, but these errors were encountered:
adamstoffel
changed the title
Constructor argument decorators do not work in TypeScript due to invalid function type for "serializable"
Constructor parameter decorators do not work in TypeScript due to invalid function type for "serializable"
Jan 14, 2022
Attempting to use the
@serializable
decorator on a constructor parameter fails TS typechecking.An additional type overload is necessary:
The text was updated successfully, but these errors were encountered: