We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the relevant code:
(def history (History.)) (events/listen history EventType/NAVIGATE (fn [e] (.log js/console "Route changed!"))) (.setEnabled history true)
With clojure.browser.repl required, this callback does not fire, but when I comment it out, all works swimmingly.
clojure.browser.repl
I have no idea why it would conflict with the hashchange event. Any ideas?
The text was updated successfully, but these errors were encountered:
Not off the top of my head, no.
FWIW, Austin will stop using clojure.browser.repl with #50, which may (should?) eliminate any side effects of its implementation.
Sorry, something went wrong.
No branches or pull requests
Here is the relevant code:
With
clojure.browser.repl
required, this callback does not fire, but when I comment it out, all works swimmingly.I have no idea why it would conflict with the hashchange event. Any ideas?
The text was updated successfully, but these errors were encountered: