Fork me on GitHub
#re-frame
<
2015-07-18
>
coyotespike17:07:28

My default-value for app-db includes {:date-moved-out (js/Date.). I have a handler and a subscription defined, but my console warns me re-frame: no subscription handler registered for: ":date-moved-out". Returning a nil subscription..

coyotespike17:07:09

Is there something about the value that is causing this error? The handler and subscription look like all my other handlers and subscriptions.

mikethompson23:07:50

Nothing about that name or value should cause a problem