Fork me on GitHub
#re-frame
<
2015-07-20
>
coyotespike23:07:25

The other day I mentioned that my re-frame middleware was logging to the console a warning: re-frame: no subscription handler registered for: ":date-moved-out". Returning a nil subscription. This error disappeared when I moved hosting, so I ignored it.

coyotespike23:07:45

But the error crops up when I run lein test as well, if the value is (js/Date.), but not if the value is an integer or whatever.