"?" query missing on the anchor in Link component
I'm using the following code to render links in my sidebar to navigate in my webapp:
As you can imagine, linking the user to
/schichtencompany=whatever is suboptimal. It should be /schichten?company=whatever.
Note that a single click uses client-side navigation, which works fine. But if the user opens the link in a new tab or uses another kind of navigation, this anchor doesn't work properly (because it links to the wrong location).
Is there any way to fix this?
1 Reply
quickest-silverOP•3y ago
Turns out our
stringifySearch function needed some work. Here's the updated config using query-string: