domina/nodes always returns an empty collection in :optimizations :simple, but works as expected in optimizations :advanced
To see the issue, for some page with a few divs, run the following code
(js/alert (domina.css/sel "div"))
(js/alert (domina/nodes (domina.css/sel "div")))
The first line
works fine in both :optimizations :simple and :optimizations :advanced
The second line
With :optimizations :simple, an empty collection is displayed
With :optimizations :advanced, a collection of htmlelements is displayed
[domina "1.0.2"]
[org.clojure/clojurescript "0.0-2234"]
[lein-cljsbuild "1.0.3"]