Fork me on GitHub
#fulcro
<
2019-10-13
>
daniel.spaniel00:10:33

speaking of will-enter Tony, I am trying to use will-leave

daniel.spaniel00:10:36

:will-leave      (fn [_ _]  true)}

daniel.spaniel00:10:04

lets say for the sake of fun that I am doing the above. the compile is barfing saying that will enter does not take 3 arguments

daniel.spaniel00:10:17

first one should be reconciler and second props .. no ?

daniel.spaniel00:10:16

actually I am fine now .. I needed to transact something in will-leave and I just used (prim/transact this blahhhh ) and the this worked for me .,. so I am all set