-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clone already referenced & No XPathResult namespace #72
Comments
hey @levand, any update on this? Also, do you guys have a scheduled time for a next release? I see another pull req was merged that kills that "/clone" warning. Thanks! |
Both of these issues have been fixed in the master, but no new release has been made. Also, the clone fix hasn't been picked up by 1.0.3-SNAPSHOT. Maybe it's time to release 1.0.3? |
+1. |
I will see if I can't push a new one out today. |
Thanks @ckirkendall |
Any update on this? I'm also seeing these warnings in our builds. |
+1 |
I just started testing Domina, and as soon as I compile it using
lein cljsbuild once
I am getting the following warnings:The XPathResult warning appears when I include xpath:
[domina.xpath :only [xpath]]
I use the latest ClojureScript. I did some reasearch and I haven't found anything regarding this issue, so I am wondering if it is my setup that is wrong or an actual issue with Domina.
The text was updated successfully, but these errors were encountered: