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
bindCallback has never really had great type safety. Ideally we'd be able to infer the types from the callbacks. Something like this seems like it should work in TS 2.7:
We have a PR for this here #3480... but TypeScript doesn't appear to handle solid type inference, so it's blocked by this issue: microsoft/TypeScript#22952
bindCallback
has never really had great type safety. Ideally we'd be able to infer the types from the callbacks. Something like this seems like it should work in TS 2.7:The text was updated successfully, but these errors were encountered: