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 should definitely be possible, that was one the primary reasons for the refactoring in v2. I think you'd write something similar to this redirect. getRouterRedirect looks like it should return router.navigate.
The locationHelperBuilder is maybe a little more tricky, it needs to be an object that returns two functions: getRedirectQueryParam should pull /dashboad out of a url like http://my-app.example.com/login?redirect=%2fdashboard. createRedirectLoc is used to build the object to be passed to the router.navigate function.
Is redux-auth-wrapper compatible with router5?
The text was updated successfully, but these errors were encountered: