Skip to content

fix: show the toast for digit errors again#211

Closed
joanise wants to merge 1 commit intomainfrom
dev.digit-toast
Closed

fix: show the toast for digit errors again#211
joanise wants to merge 1 commit intomainfrom
dev.digit-toast

Conversation

@joanise
Copy link
Copy Markdown
Member

@joanise joanise commented Jun 26, 2023

solution details: throw unhandled errors back out for downstream handling

solution details: throw unhandled errors back out for downstream handling
@joanise joanise requested a review from roedoejet June 26, 2023 20:56
return throwError(() => err);
} else {
return of(err);
return throwError(() => err);
Copy link
Copy Markdown
Collaborator

@roedoejet roedoejet Jun 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm. but doesn't this cause retry to trigger? I'll test this.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea, on my machine this triggers the error message three times since any error thrown will cause retry to trigger:

image

@joanise joanise mentioned this pull request Jun 27, 2023
@joanise
Copy link
Copy Markdown
Member Author

joanise commented Jun 27, 2023

Replaced by #212

@joanise joanise closed this Jun 27, 2023
@joanise joanise deleted the dev.digit-toast branch June 27, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants