Fork me on GitHub
#re-frame
<
2019-11-08
>
metehan15:11:15

I have an user adding form when an user is added the form should be cleaned. Since this add-customer function called every time subscription is triggered. I was expecting customer-form will refresh.

jahson16:11:40

So, everything is rerendered, but the customer-form don't?

jahson16:11:24

I'm also see at least one strange thing here. The (add-customers ...) usually should be [add-customers ...]

jahson16:11:25

The same goes for the (customer-form ...)