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
It would be great if v7 continued to export the createMemoryHistory function, similar to UNSAFE_createBrowserHistory. We currently require this in order to test our custom method for preserving search params, regardless of the interaction method used (i.e. <Link /> or navigate). I'm happy to replace our approach with a createBrowserRouter-native one but I can't seem to find an extension point that gives this same reliable behavior? AFAIK, any alternative would involve manually specifying the destination search string.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
It would be great if v7 continued to export the
createMemoryHistory
function, similar toUNSAFE_createBrowserHistory
. We currently require this in order to test our custom method for preserving search params, regardless of the interaction method used (i.e.<Link />
ornavigate
). I'm happy to replace our approach with acreateBrowserRouter
-native one but I can't seem to find an extension point that gives this same reliable behavior? AFAIK, any alternative would involve manually specifying the destination search string.Beta Was this translation helpful? Give feedback.
All reactions