Fork me on GitHub
#re-frame
<
2020-11-22
>
Oliver George02:11:03

Quiz, what does (#()) return?

Oliver George02:11:42

For me it's () which breaks my common no-op event handler code... (reg-event-fx ::foo #())

p-himik03:11:11

Heh, that's interesting, I wouldn't have guessed it. But your noop handler is wrong either way - it should be a 2-arity function whereas #() is a 0-arity function.