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
When the list is loaded, all visits for all short URLs get highlighted, as if a new visit had been created.
That effect is used to indicate new visits were pulled via mercure, but in this case the redux action is apparently triggering incorrectly.
visits-highlight.webm
The root cause could be that the list loads empty, instead of in a loading state, and "immediately" transitions to a list with visits, but this is just a blind guess.
The text was updated successfully, but these errors were encountered:
When the list is loaded, all visits for all short URLs get highlighted, as if a new visit had been created.
That effect is used to indicate new visits were pulled via mercure, but in this case the redux action is apparently triggering incorrectly.
visits-highlight.webm
The root cause could be that the list loads empty, instead of in a loading state, and "immediately" transitions to a list with visits, but this is just a blind guess.
The text was updated successfully, but these errors were encountered: