Merge pull request #428 from nivekuil/patch-1

Fix rfe/start! example arity
This commit is contained in:
Tommi Reiman 2020-08-17 10:42:11 +03:00 committed by GitHub
commit 2f17f09856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ event handling:
```clj
(rfe/start!
router
on-navigate-fn
{:use-fragment false
:ignore-anchor-click? (fn [router e el uri]
;; Add additional check on top of the default checks