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
On web, when a flush bar is shown it forcibly changes the web route to /flushbarRoute. Once the flushbar is dismissed the address reverts to what it was previously.
This is problematic because if the user refreshes the page while the flush bar is active (or takes any other navigation action dependent on the web address), then the page the user was on is lost.
The ideal solution would be to optionally disable the flushbars from changing the web address.
The text was updated successfully, but these errors were encountered:
The original package can be modified to remove the FLUSHBAR_ROUTE changing when the flushbar is shown - not even sure why it's in there in the first place!
On web, when a flush bar is shown it forcibly changes the web route to /flushbarRoute. Once the flushbar is dismissed the address reverts to what it was previously.
This is problematic because if the user refreshes the page while the flush bar is active (or takes any other navigation action dependent on the web address), then the page the user was on is lost.
The ideal solution would be to optionally disable the flushbars from changing the web address.
The text was updated successfully, but these errors were encountered: