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
Consider a component with an image of a good dog and a refresh button. Clicking refresh enters a pending state (maybe a dog fact?) while fetching another good dog image, then switches to that image.
UpdateAction::Defer and UpdateAction::Render are currently mutually exclusive. Would an UpdateAction::RenderAndDefer or something make sense for the above scenario?
The text was updated successfully, but these errors were encountered:
Consider a component with an image of a good dog and a refresh button. Clicking refresh enters a pending state (maybe a dog fact?) while fetching another good dog image, then switches to that image.
UpdateAction::Defer and UpdateAction::Render are currently mutually exclusive. Would an UpdateAction::RenderAndDefer or something make sense for the above scenario?
The text was updated successfully, but these errors were encountered: