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

Suspense displays fallback but does not emit it on initial load #3964

Closed
posva opened this issue Jun 16, 2021 · 0 comments · Fixed by #3965
Closed

Suspense displays fallback but does not emit it on initial load #3964

posva opened this issue Jun 16, 2021 · 0 comments · Fixed by #3965
Assignees
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: suspense

Comments

@posva
Copy link
Member

posva commented Jun 16, 2021

Version

3.1.1

Reproduction link

SFC Playground

Steps to reproduce

  • Open

What is expected?

  • See Loading...
  • See Async
  • n should be 1 (counts the amount of fallback events that were emitted

What is actually happening?

  • n stays at 0 because no fallback event is emitted
@posva posva added 🐞 bug Something isn't working scope: suspense ❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. labels Jun 16, 2021
@posva posva self-assigned this Jun 16, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Oct 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
❗ p4-important Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf. 🐞 bug Something isn't working scope: suspense
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant