I'm currently working on narrowing down the test case to see if I can reproduce
it...
I added clj-http 0.9.1 to my project and that results in an error when loading
an om+kioo-based frontend:
Uncaught: TypeError: undefined is not a function
The associated line of javascript is:
cljs.core.PersistentQueue.EMPTY = new cljs.core.PersistentQueue(null, 0,
null, cljs.core.with_meta(cljs.core.PersistentVector.EMPTY, new
cljs.core.PersistentArrayMap(null, 1, [new cljs.core.Keyword(null, "file",
"file", 1017047278), "resources/public/js/compiled/dashboard/cljs/core.cljs"],
null)), 0);
When I remove clj-http from my project, the problem goes away. The page that
is serving up the cljs app is not using clj-http at all - clj-http is being
used in an entirely different part of the project.
I'm working on narrowing down an demonstrable example but, in the meantime,
wanted to see if anyone had any ideas on what might be going on.
Context:
Chrome
clj-http 0.9.1
clojurescript 0.0-2202 and 0.0.2227
ring 1.2.2
and a bunch of other libraries
Thanks,
Andrew
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.