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
The replace (or push) action creator could easily be passed in as an argument. Is it better to add this option or make it convenient since simple router is the rackt approved method?
The text was updated successfully, but these errors were encountered:
@jbach thanks will do. I've decided to take out the hard dependency anyway but will allow users to specify their own route actions to dispatch if they want. I'll try to do this and #8 today and get a new release out.
Currently there is a hard dependency on
redux-simple-router
due to https://github.com/mjrussell/redux-auth-wrapper/blob/master/src/index.js#L2The replace (or push) action creator could easily be passed in as an argument. Is it better to add this option or make it convenient since simple router is the rackt approved method?
The text was updated successfully, but these errors were encountered: