[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request => https://github.com/ngxs/store/blob/master/CONTRIBUTING.md
[ ] Other... Please describe:
When I navigate with the next and previous buttons of the browser the RouterNavigation does not evolve if only the query parameters change
Ex :
First search: /todo/123/search?q=toto
-> [Router] RouterNavigation OK (with dispatch(new Navigate()))
Second research: /todo/123/search?q=titi
-> [Router] RouterNavigation OK (with dispatch(new Navigate()))
Go back: /todo/123/search?q=toto
-> no [Router] RouterNavigation :/
The router plugin should detect the change and update with RouterNavigation its store
https://stackblitz.com/edit/ngxs-simple-4w3qej
Click MeClick Me
馃し鈥嶁檪 Have the plugin router store with the right data
Libs:
- @angular/core version: 7.2.9
- @ngxs/store version: 7.3.0
- @ngxs/router-store version: 7.3.0
Browser:
- [x] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [x] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: v11.10.1
- Platform: Mac
Others:
N/A
Dup of #922.
This should be fixed in the latest @dev version.
Please could you test it out and let us know if it fixes your problem?
Released in 3.5.0
Most helpful comment
Dup of #922.