Fork me on GitHub
#re-frame
<
2019-12-23
>
mhuebert12:12:10

@ericihli could try putting ^:flush-dom on the dispatch of [:mnemonic-submitted-for-calculation ..]

mhuebert12:12:49

Looks like the reagent render queue is not being flushed in-between the submission & calculation

Eric Ihli12:12:43

Just tried that. No joy 😞

mhuebert12:12:39

Hmm. Is ^:flush-dom on both events now or just the one?

Eric Ihli12:12:01

Tried all three combinations.

Eric Ihli12:12:37

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

Eric Ihli12:12:43

All right. That's a solution. Thanks. :dispatch-later with 1ms doesn't work; 20ms does work.

4