This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-03-15
Channels
- # babashka (4)
- # beginners (136)
- # calva (63)
- # clerk (7)
- # clj-kondo (8)
- # clojure (43)
- # clojure-boston (1)
- # clojure-europe (37)
- # clojure-nl (1)
- # clojure-norway (11)
- # clojure-uk (3)
- # clojurescript (6)
- # clr (1)
- # code-reviews (16)
- # cursive (45)
- # datomic (2)
- # docker (32)
- # emacs (10)
- # events (2)
- # exercism (1)
- # fulcro (3)
- # hugsql (1)
- # hyperfiddle (47)
- # leiningen (3)
- # lsp (30)
- # malli (39)
- # missionary (1)
- # off-topic (24)
- # pathom (2)
- # portal (14)
- # practicalli (5)
- # rdf (13)
- # reagent (18)
- # reitit (18)
- # releases (7)
- # remote-jobs (1)
- # sci (2)
- # shadow-cljs (45)
- # sql (7)
- # tools-build (11)
- # xtdb (13)
there seem to be an issue in RAD when you are in a form and the form is dirty, after ignoring the warning that you are going to lose the changes, the retry-route! function in dynamic_routing doesn't get the params you passed in the initial route-to it doesn't look like params are available at all when the route is denied https://github.com/yenda/fulcro-rad/blob/develop/src/main/com/fulcrologic/rad/form.cljc#L462
Sounds like a potential bug. Feel free to open an issue, and even better, propose a patch.
@tony.kay Here's the patch I'm using in my app https://github.com/fulcrologic/fulcro-rad/pull/113 https://github.com/fulcrologic/fulcro/pull/537
@tony.kay Here's the patch I'm using in my app https://github.com/fulcrologic/fulcro-rad/pull/113 https://github.com/fulcrologic/fulcro/pull/537