-
-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to re-enter a route? #1954
Comments
Does |
First thank you for your answer, but it does not work and the page does not respond at all. |
Gross hack, but you could call the two other routes with |
Thank you very much, this is indeed a viable way. |
@justb "viable" is a... strong word 😓 Glad it's working for you though! An option to force re-match a route when calling |
😓My English is not very good, but i am working on it. Thank you! |
Oh sorry, your choice of words there was totally fine! I was pointing out that my workaround is terrible and mithril should provide you a better option than calling |
Isn't there still a better alternative to this? |
Just like "window.location.reload()" this function, but do not reload the resource.
The text was updated successfully, but these errors were encountered: