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'm having problems to use the redux-ui-router with ng-redux and the redux-devtools-extention. The devtools extension wraps the action with a 'PERFORM_ACTION' action. This breaks the redux-ui-router middleware.
I've made a quick fix, coping the middleware to my program and unwrap the 'PERFORM_ACTION' when necessary. I'd be happy to make a PR with this fix, but I think I may be doing something dumb here.
I tried a lot of solutions, including changing the middleware order. But since ng-redux treats the devTools as an extension this did not work out.
Is there a better way to use the redux-ui-router with the redux-devtools-extention?
Thank you for the help.
The text was updated successfully, but these errors were encountered:
Hello,
I'm having problems to use the redux-ui-router with ng-redux and the redux-devtools-extention. The devtools extension wraps the action with a 'PERFORM_ACTION' action. This breaks the redux-ui-router middleware.
I've made a quick fix, coping the middleware to my program and unwrap the 'PERFORM_ACTION' when necessary. I'd be happy to make a PR with this fix, but I think I may be doing something dumb here.
I tried a lot of solutions, including changing the middleware order. But since ng-redux treats the devTools as an extension this did not work out.
Is there a better way to use the redux-ui-router with the redux-devtools-extention?
Thank you for the help.
The text was updated successfully, but these errors were encountered: