mirror of https://github.com/status-im/reagent.git
3cf045dc82
Old implementation incorrectly used variadic arity for -invoke implementation. Variadic artities for protocols are not supported by Cljs. The old code as worked by luck but was broken by a recent change: https://dev.clojure.org/jira/browse/CLJS-2099 New implementation properly implements all the artities for -invoke. New implementation creates the partial fn in a constructor function, so -invoke code doesn't need to do that. New implementation also implements Fn. |
||
---|---|---|
.. | ||
reagenttest |