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
By exporting the `AsyncState` interface we allow users of the library to pass around the `AsyncState` without them having to duplicate the type in their own codebase. With the current type definitions it is not possible to type the parameter of a function to be of type `AsyncState`.
0 commit comments