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 UnsubAndPromise pattern is complex code that no one wants to use. It prevents using async/await, requires weird utility functions to make safe, and makes using the api harder. Remove it and replace with Promise<UnsubscriberAsync>
The text was updated successfully, but these errors were encountered:
The
UnsubAndPromise
pattern is complex code that no one wants to use. It prevents usingasync
/await
, requires weird utility functions to make safe, and makes using the api harder. Remove it and replace withPromise<UnsubscriberAsync>
The text was updated successfully, but these errors were encountered: