-
Notifications
You must be signed in to change notification settings - Fork 47
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
stateGo() doesn't update currentParams #48
Comments
I'm having the same problem. In my old code, it'd be something like here where I use the Will report back if I find a hackaround. Edit: Updated screenshot showing the discrepancy with logs added (notice text property). What's weird is that the logs in the |
If I comment out the |
@JesterXL @danielwalczak I think this is fixed in the new version (0.6.0). At least I cant reproduce it in the example on my end. If you want to have a jam and see if it's working for your cases that would be awesome. |
I found this issue, when i wanted to change query params in current state.
This action doesn't update params via reducer, because '$stateChangeSuccess' is not trigger.
e.g
Current state is 'Home' and then do stateGo('Home', { filter: 'test' }).
The text was updated successfully, but these errors were encountered: