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
Attempting to use bind throws this compilation error:
TS1241: Unable to resolve signature of method decorator when called as an expression.
Type 'TypedPropertyDescriptor<unknown>' is not assignable to type 'void | TypedPropertyDescriptor<(userInfo: Readonly<UserInfo>) => void>'.
Type 'TypedPropertyDescriptor<unknown>' is not assignable to type 'TypedPropertyDescriptor<(userInfo: Readonly<UserInfo>) => void>'.
Types of property 'value' are incompatible.
Type 'unknown' is not assignable to type '((userInfo: Readonly<UserInfo>) => void) | undefined'.
Type 'unknown' is not assignable to type '(userInfo: Readonly<UserInfo>) => void'.
The text was updated successfully, but these errors were encountered:
Attempting to use
bind
throws this compilation error:The text was updated successfully, but these errors were encountered: