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

fix: broken Suspense when a resource loads immediately (closes #1805) #1809

Merged
merged 1 commit into from
Sep 29, 2023
Merged

Conversation

gbj
Copy link
Collaborator

@gbj gbj commented Sep 29, 2023

At some point in the distant past, I added a delay here, probably as a hacky workaround for some other failing I can no longer remember.

It causes an issue if you have multiple resources loading in the same Suspense, and one of them is immediately loaded without any further delay.

In the near future, I'm sure removing this will surface some other bug, but I can't find it now!

@gbj gbj merged commit 7378b85 into main Sep 29, 2023
56 checks passed
@gbj gbj deleted the 1805 branch September 29, 2023 18:44
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.

1 participant