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
We should be able to programmatically reload the page with window.location.reload(). However, we need to ensure that auto-reloading doesn't trigger a reload loop if the sync error occurs repeatedly.
The text was updated successfully, but these errors were encountered:
update: reference #1998 – as a side-effect, automatically reloading the page doesn’t make sense in this context due to cooldown periods in our transport layer. closing as unplanned
related to #1495.
We should be able to programmatically reload the page with
window.location.reload()
. However, we need to ensure that auto-reloading doesn't trigger a reload loop if the sync error occurs repeatedly.The text was updated successfully, but these errors were encountered: