This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-07
Channels
- # announcements (4)
- # babashka (59)
- # beginners (26)
- # calva (34)
- # clj-kondo (3)
- # cljs-dev (1)
- # clojure (77)
- # clojure-austin (4)
- # clojure-europe (20)
- # clojure-nl (2)
- # clojure-norway (11)
- # clojure-spec (3)
- # clojure-uk (4)
- # clojurescript (103)
- # community-development (2)
- # cursive (15)
- # datalevin (12)
- # datascript (38)
- # datomic (1)
- # deps-new (2)
- # events (3)
- # figwheel-main (6)
- # fulcro (9)
- # honeysql (12)
- # jobs (4)
- # juxt (18)
- # kaocha (19)
- # lsp (42)
- # missionary (2)
- # pathom (14)
- # polylith (6)
- # portal (6)
- # reagent (8)
- # reitit (4)
- # releases (2)
- # shadow-cljs (17)
- # testing (1)
- # tools-deps (50)
- # vim (46)
- # xtdb (12)
The browser back/forward buttons in my RAD app are not working correctly. Usually back just takes me back to the application landing page. I have html5 history installed as in the RAD demo repo. Can someone suggest how I might troubleshoot it? I'm browsing through the code and adding taps but so far I don't see the path to figuring out what's wrong.
It seems to be certain circumstances. What parts of the app atom do you typically inspect when you try to troubleshoot routing issues like this? I'm looking at:
(->> SPA
com.fulcrologic.rad.routing.history/active-history
com.fulcrologic.rad.routing.history/-current-route)
After upgrading to the latest FC2 and porting from new-fulcro-client
to make-fulcro-client
, all my df/load
s now throw an error. Any ideas?