We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to set up cljss to develop on locally so that I can submit a PR, but I'm having trouble getting it started.
There doesn't seem to be any info in the README about setting up the environment, so I tried running
lein figwheel
but I'm getting the following error:
Exception in thread "main" java.lang.ExceptionInInitializerError at clojure.main.<clinit>(main.java:20) Caused by: java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(org/httpkit/server.clj:1:1)
I'm new to clojure on the JVM (I mostly use clojurescript with shadow-cljs), so I could use some help getting set up. Thanks!
The text was updated successfully, but these errors were encountered:
Hello. Sorry I'm not taking PRs right now since a rewrite is planned #57
Sorry, something went wrong.
@roman01la Got it, thanks for the quick reply. I'll describe my issue here then;
This code:
(defstyled foo :div {}) (def some-component [] [foo {:style {:font-size "12px"}}]
Will raise a warning from React like:
Warning: Unsupported style property font-size. Did you mean fontSize?
Which I think could be fixed by camel casing the style map here: https://github.com/clj-commons/cljss/blob/master/src/cljss/core.cljs#L106
No branches or pull requests
I'm trying to set up cljss to develop on locally so that I can submit a PR, but I'm having trouble getting it started.
There doesn't seem to be any info in the README about setting up the environment, so I tried running
but I'm getting the following error:
I'm new to clojure on the JVM (I mostly use clojurescript with shadow-cljs), so I could use some help getting set up. Thanks!
The text was updated successfully, but these errors were encountered: