day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Require clojure.data #200

Closed colindresj closed 6 years ago

colindresj commented 6 years ago

If compiling via shadow-cljs, an exception is thrown when the diff box is ticked. Requiring clojure.data fixes.

Relates to #173

danielcompton commented 6 years ago

Oops, thanks!