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
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
However, when the timeout is hit it throws this error to the console: Error in event handler for (unknown): TypeError: Cannot read property 'write' of undefined
The text was updated successfully, but these errors were encountered:
Ok, not really knowing Typescript, it seems like SignResponse only covers success cases, and this is a failure case so none of the fields match what you are assigning it to.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm specifying a custom timeout like so:
However, when the timeout is hit it throws this error to the console:
Error in event handler for (unknown): TypeError: Cannot read property 'write' of undefined
The text was updated successfully, but these errors were encountered: