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
I tried using set-token! to redirect to a different URL, but it's not triggering the parse url or the dispatch function. It's just replacing the URL. How do I cause the dispatch function to be triggered?
The text was updated successfully, but these errors were encountered:
Actually, the problem only occurs when redirecting back to the same page. So, I'm not sure if this is an issue or not, but in my app I need to re-trigger routing, so I ended up having this workaround:
I tried using
set-token!
to redirect to a different URL, but it's not triggering the parse url or the dispatch function. It's just replacing the URL. How do I cause the dispatch function to be triggered?The text was updated successfully, but these errors were encountered: