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
I'm building a table that updates with new data constantly, basically a dashboard. Flip-move works really well while I'm watching the Tab. But if I click away to another tab for a few minutes animations seem to stop ending, so I get an unresponsive tab with lots and lots of ghosting.
Anyone have a clue as to what's going on?
The text was updated successfully, but these errors were encountered:
I know this is almost 2 months old now, so you've likely already solved this problem, but on the off-chance it's helpful, I would suggest adding some listeners for when the window is focused/blurred, and to avoid updating the component state while it's blurred (you can still make the async data requests, but just hold the data in some transient place, and setState when focus is returned)
I'm building a table that updates with new data constantly, basically a dashboard. Flip-move works really well while I'm watching the Tab. But if I click away to another tab for a few minutes animations seem to stop ending, so I get an unresponsive tab with lots and lots of ghosting.
Anyone have a clue as to what's going on?
The text was updated successfully, but these errors were encountered: