I am update om to 0.8.2, then:require causes an error.
(ns om-app.hello
(:require [om.core :as om :include-macros true]
[om.dom :as dom :include-macros true]
)
)
clojure.lang.ExceptionInfo: No such namespace: com.facebook.React at line 1
file:/maven/.m2/repository/org/omcljs/om/0.8.2/om-0.8.2.jar!/om/dom.cljs {:tag
:cljs/analysis-error, :file
"file:/maven/.m2/repository/org/omcljs/om/0.8.2/om-0.8.2.jar!/om/dom.cljs",
:line 1, :column 1}
I declared cljs and om libs in project.clj as follows:
[org.clojure/clojurescript "0.0-2727" :scope "provided"]
[org.omcljs/om "0.8.2"]
;;[org.om/om "0.8.1"]
The om 0.8.1 works fine.
Is there any suggestion ?
Makoto
> The dependency information has changed:
>
>
> [org.omcljs/om "0.8.2"]
>
>
>
> The release depends on ClojureScript 0.0-2719 as it leverages the new foreign
> dependency functionality to simplify development and production builds.
>
>
> Feedback welcome!
>
>
> https://github.com/swannodette/om
>
>
>
> David
--
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.