Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle SuspenseListComponent getting retried #16745

Merged
merged 1 commit into from
Sep 11, 2019

Conversation

sebmarkbage
Copy link
Collaborator

@sebmarkbage sebmarkbage commented Sep 11, 2019

This happens for example when a deleted boundary transfers its pending promises to the list so that the list can be retried.

This wasn't caught by unit tests because this flag wasn't on in those tests.

This was made worse by the error below getting swallowed by promise handlers.

This happens for example when a deleted boundary transfers its pending
promises to the list so that the list can be retried.

This wasn't caught by unit tests because this flag wasn't on in those
tests.
@sizebot
Copy link

sizebot commented Sep 11, 2019

No significant bundle size changes to report.

Generated by 🚫 dangerJS against 25deae9

@sebmarkbage sebmarkbage merged commit e04f425 into facebook:master Sep 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants