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
On route like this: /, and also /#/ all works fine. Then, I add query parameter to uri: /?invite=test, and it works, but /#/?invite=test and /#?invite=test isn't - nothing happens. How to support routes with query parameters? I need to add routes with RegEx or what?
The text was updated successfully, but these errors were encountered:
On route like this:
/
, and also/#/
all works fine. Then, I add query parameter to uri:/?invite=test
, and it works, but/#/?invite=test
and/#?invite=test
isn't - nothing happens. How to support routes with query parameters? I need to add routes with RegEx or what?The text was updated successfully, but these errors were encountered: