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
When compiling a ClojureScript project I get this warning
WARNING: domina is a single segment namespace at line 1 file:/Users/user/.m2/repository/domina/domina/1.0.3/domina-1.0.3.jar!/domina.cljs
It would probably be better to move to a multi segment namespace, single segment namespaces are generally avoided
The text was updated successfully, but these errors were encountered:
I also think it would be nice to get rid of those warnings.
Maybe this could go in an upcoming 1.1.0 release as a minor breaking change?
1.1.0
Sorry, something went wrong.
This prevents figwheel live reloading from reloading code.
+1 for prevent reloading bug
Successfully merging a pull request may close this issue.
When compiling a ClojureScript project I get this warning
It would probably be better to move to a multi segment namespace, single segment namespaces are generally avoided
The text was updated successfully, but these errors were encountered: