Updating URI based on the previous URI
In my React application, I do multiple updates of the URI (I add query parameters) within the same event with Next router.push
. The issue is that some updates are lost because updates are not based on the previous state.