Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem using redux-ui-router with redux-devtools-extension #98

Closed
pedrocalderon opened this issue Jun 28, 2018 · 1 comment
Closed

Comments

@pedrocalderon
Copy link

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.

@pedrocalderon
Copy link
Author

Sory this was a bug with ng-redux described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant