Closed
Description
In a sense, this might be a duplicate of #415. I've created this issue because a lone PR popped up: #603.
Looking at the PR I see that indeed, for reasons unknown to me, the url helper very deliberately removes question marks from the hash fragment.
- Question marks are allowed so I fail to see why we'd strip them (plus Question Marks in URL for State #415 is caused by this)
- It was put there deliberately, so perhaps the commit logs can tell us why it's there
- Removing the code is a breaking change, so even if it's for the better, it might still break users
Perhaps @danyo1399 can elaborate what triggered them to write the PR in the first place?