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
Under certain conditions we decrement the __count attribute too often, which can result in onInteractionScheduledWorkCompleted being called prematurely and/or more than once for a given interaction.
Track interactions scheduled during (sync) render phase.
Do not double-decrement suspense loads within a sync render.
Do not decrement sync commits that are waiting on suspense when the Placeholder is past its expiration.
Properly decrement pending interaction count when a suspense resource loads before its placeholder is shown.
Add test with high priority render between suspended and resolved suspense states (for both sync and async rendering)
The text was updated successfully, but these errors were encountered:
bvaughn
changed the title
Interaction reference counting decremented too aggressively
Interaction reference count decremented too aggressively
Sep 5, 2018
Under certain conditions we decrement the
__count
attribute too often, which can result inonInteractionScheduledWorkCompleted
being called prematurely and/or more than once for a given interaction.Placeholder
is past its expiration.The text was updated successfully, but these errors were encountered: