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
Unable to resolve signature of property decorator when called as an expression.ts(1240)
Decorator function return type is 'void | TypedPropertyDescriptor<unknown>' but is expected to be 'void' or 'any'.
Type 'TypedPropertyDescriptor<unknown>' is not assignable to type 'void'.ts(1271)
any workaround?
The text was updated successfully, but these errors were encountered:
doing this
Gives this typescript error
any workaround?
The text was updated successfully, but these errors were encountered: