Skip to content
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

Multiple "Use of undeclared Var" warnings when using shadow-cljs #173

Closed
p-himik opened this issue Mar 15, 2018 · 2 comments
Closed

Multiple "Use of undeclared Var" warnings when using shadow-cljs #173

p-himik opened this issue Mar 15, 2018 · 2 comments
Labels
bug needs info Waiting for reporter to provide more information

Comments

@p-himik
Copy link
Contributor

p-himik commented Mar 15, 2018

shadow-cljs is a bit more strict, so using some.thing/foo without (:require [some.thing]) produces Use of undeclared Var some.thing/foo warnings.

The cases in re-frame-10x that were reported by shadow-cljs:

day8/re_frame_10x/view/parts.cljs:26:28
day8/re_frame_10x/view/parts.cljs:28:34
day8/re_frame_10x/view/parts.cljs:30:34

There may be other cases - I'm not sure.

@danielcompton
Copy link
Contributor

This should be fixed in 0.2.1 and above, can you confirm whether you are getting these warnings with 0.3.0?

Relates to #164.

@danielcompton danielcompton added needs info Waiting for reporter to provide more information and removed help wanted labels Apr 4, 2018
@p-himik
Copy link
Contributor Author

p-himik commented Apr 4, 2018

Works perfectly, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs info Waiting for reporter to provide more information
Projects
None yet
Development

No branches or pull requests

2 participants