Fork me on GitHub
#re-frame
<
2015-12-17
>
mbertheau15:12:50

@mikethompson: #{} appears as nil in the debug handler middleware diff output. Should I file an issue?

mikethompson16:12:26

@mbertheau: debug middleware just outputs the result of clojure.core/diff between the old state and the new state (minus what hasn't changed). So you need to understand the reasons for clojure.core/diff outputting a nil. (hint, it generally has its reasons when you look into it)