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
DurableError is defined in the typescript definition but is not exported. Using if (err instanceof DurableError) leads to an error Right-hand side of 'instanceof' is not an object
The text was updated successfully, but these errors were encountered:
DurableError
is defined in the typescript definition but is not exported. Usingif (err instanceof DurableError)
leads to an errorRight-hand side of 'instanceof' is not an object
The text was updated successfully, but these errors were encountered: