Fork me on GitHub
#cljs-dev
<
2016-08-25
>
niwinz08:08:50

Seems like it is a conflict with the cljs.core/-reset function, the same error is happens if you defines reset! function. It can be solved with :refer-clojure :exclude [-reset].

anmonteiro08:08:53

@niwinz: fixed in master yesterday :-)

anmonteiro08:08:02

Thx for reporting though!