This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-23
Channels
- # announcements (6)
- # aws (4)
- # babashka (66)
- # beginners (70)
- # calva (2)
- # cider (62)
- # clara (1)
- # clojars (5)
- # clojure (101)
- # clojure-dev (67)
- # clojure-europe (1)
- # clojure-nl (3)
- # clojure-uk (13)
- # core-async (15)
- # datomic (11)
- # defnpodcast (10)
- # duct (22)
- # emacs (6)
- # events (1)
- # fulcro (34)
- # kaocha (3)
- # off-topic (20)
- # pathom (1)
- # re-frame (8)
- # reagent (14)
- # remote-jobs (1)
- # shadow-cljs (58)
@ericihli could try putting ^:flush-dom
on the dispatch of [:mnemonic-submitted-for-calculation ..]
Looks like the reagent render queue is not being flushed in-between the submission & calculation
I noticed this Reagent issue from way back and thought it might be related but I'm struggling to verify due to my unfamiliarity with the tech/tools https://github.com/reagent-project/reagent/issues/241
Or :dispatch-later
with a short timeout for the computation fn https://github.com/day8/re-frame/blob/97a5c3795820cd37a976b62e2ac3cb1f626d2467/src/re_frame/fx.cljc#L95