You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jashworth nope: the leading / is always added in order to have a compliant path and the ? is the URL's spec separator for query parameters
I think that the best way to retrieve the search part is to convert the full path into a URL object, get the value from it and then remove the leading ?
Is there a convenient way to avoid the leading '/?'
(want to build value for react-router <Link to={{ search: ... }}>)
The text was updated successfully, but these errors were encountered: