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

Bug: Updates in the primary tree only unsuspend once #18353

Closed
gaearon opened this issue Mar 20, 2020 · 2 comments · Fixed by #18384
Closed

Bug: Updates in the primary tree only unsuspend once #18353

gaearon opened this issue Mar 20, 2020 · 2 comments · Fixed by #18384

Comments

@gaearon
Copy link
Collaborator

gaearon commented Mar 20, 2020

https://codesandbox.io/s/upbeat-frost-3tt25

  1. Press Suspend, see "Loading..."
  2. Wait five seconds, you'll see "Happy birthday" at some point
  3. You won't see it again no matter how long you wait

Expected: you'll see it every five seconds.

@gaearon gaearon added Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug Component: Suspense Type: Bug and removed Status: Unconfirmed A potential issue that we haven't yet confirmed as a bug labels Mar 20, 2020
@gaearon
Copy link
Collaborator Author

gaearon commented Mar 20, 2020

Here's a variation that doesn't seem to "wake up" at all, not even the first time: https://codesandbox.io/s/sleepy-moore-4e3o9.

@acdlite
Copy link
Collaborator

acdlite commented Mar 25, 2020

Confirmed that this is fixed by #18384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants