You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
When using Suspense, triggering several very-rapid non-cache hits locks up the nearest parent Suspense component until it is remounted.
If the current behavior is a bug, please provide the steps to reproduce
Click the “Next” button (or focus it with your keyboard)
Press space bar multiple times very quickly (6 should do)
Inspect the network tab. You'll find that some of the later posts requests did not happen at all and that any further post requests made will also not be called.
What is the expected behavior?
All cache/resource requests should be called regardless of how quickly or how many pending requests are currently inflight.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React: 16.7.0-alpha.0
Browser: 70.0.3538.77 (Official Build) (64-bit)
OS: MacOS Mohave 10.14
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Report a bug
What is the current behavior?
When using Suspense, triggering several very-rapid non-cache hits locks up the nearest parent Suspense component until it is remounted.
If the current behavior is a bug, please provide the steps to reproduce
What is the expected behavior?
All cache/resource requests should be called regardless of how quickly or how many pending requests are currently inflight.
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
React: 16.7.0-alpha.0
Browser: 70.0.3538.77 (Official Build) (64-bit)
OS: MacOS Mohave 10.14
The text was updated successfully, but these errors were encountered: