Context
What's your version of nuqs?
What framework are you using?
Which version of your framework are you using?
"react-router-dom": "6.11.2"
Description
Just updated to 2.7.0 to make use of the 'parseAsNativeArrayOf' parser since it better aligns with my backend.
My toggle-button-group allows for multiple selections, and when using the buttons to click, the url updates correctly, same with deselecting.
My issue is when i use the 'history: "push"' option to be able to use the back button for previous states, changes are not emitted. I have checked and if i use 'parseAsArrayOf' the state updates correctly using forward/back navigation.
Reproduction