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 saw that it is recommended to ask support/usage questions on Stack Overflow, but I believe this one is relevant enough for being here as it is a lost functionality that is not covered on the migration guide.
Before v6.0.0 there was a forceReresh prop on BrowserRouter that caused the window to refresh whenever a navigation occurred, but it is no longer available. That prop was useful for forcing clients to download the latest build files after an app update (at least that's why we used it, not sure if it was useful for something else).
Has this prop gone somewhere else or has it been completely removed? If so, I believe that it would be worth to point out on the migration guide.
The text was updated successfully, but these errors were encountered:
Thanks @timdorr,
Should we keep this issue open or make an issue to track this? This is definitely an unexpected incompatibility with no workaround when upgrading from v5 to v6
I saw that it is recommended to ask support/usage questions on Stack Overflow, but I believe this one is relevant enough for being here as it is a lost functionality that is not covered on the migration guide.
Before v6.0.0 there was a
forceReresh
prop onBrowserRouter
that caused the window to refresh whenever a navigation occurred, but it is no longer available. That prop was useful for forcing clients to download the latest build files after an app update (at least that's why we used it, not sure if it was useful for something else).Has this prop gone somewhere else or has it been completely removed? If so, I believe that it would be worth to point out on the migration guide.
The text was updated successfully, but these errors were encountered: