Closed iku000888 closed 7 years ago
Currently formative.util is broken for cljs as of 0.8.9
Relevant links: http://dev.clojure.org/jira/browse/CLJS-324 https://github.com/jkk/formative/blob/master/src/formative/util.cljc#L133 https://groups.google.com/forum/#!topic/clojure-dev/URrnaU6KWQk
How to make it 'work' http://stackoverflow.com/questions/34667532/clojure-clojurescript-e-g-the-format-function
Fixed by manually stubbing them out https://clojars.org/formative/versions/0.8.10-rc
Currently formative.util is broken for cljs as of 0.8.9
Relevant links: http://dev.clojure.org/jira/browse/CLJS-324 https://github.com/jkk/formative/blob/master/src/formative/util.cljc#L133 https://groups.google.com/forum/#!topic/clojure-dev/URrnaU6KWQk
How to make it 'work' http://stackoverflow.com/questions/34667532/clojure-clojurescript-e-g-the-format-function