Suspense displays `fallback` but does not emit it on initial load
Version
3.1.1
Reproduction link
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