router
router copied to clipboard
Change history update method to take urls params into acount for transitions
- Current behavior: No transition upon adding/modifying URL parameters (like : https://mysite.com/product?color=blue)
- Desired behavior: Browser history should update to reflect changes when URL parameters are modified, even if the URL path remains the same.
Implement the same feature to match this Compose pr change