Fork me on GitHub
#reagent
<
2015-08-24
>
lucien.knechtli01:08:37

I just ran into that exact issue after updating re-com. Is there an option to make figwheel do a clean every time it start up?

mikethompson03:08:08

You could make your command: lein do clean, figwheel (not exactly what you wanted, but close :-))

borkdude11:08:55

@yogthos: in reagent forms, the event function is executed before the atom has been updated - right? just checking

yogthos12:08:18

@borkdude: yup, any events will run first

borkdude12:08:10

@yogthos: :list components (selects) are they managed components in reagent forms?

borkdude12:08:33

@yogthos: I have one select that is dependent on the content of an atom, but when I empty the atom, the select box still has its values

yogthos12:08:06

hmm I know there are some quirks with the selects, it might just be a bug to be honest

yogthos12:08:36

yup now I remember this 😉