I'm getting a lot of 'undeclared variable' errors from devcard.core when my figwheel is building devcards. All of the errors are from the same file, but it has the exact same :require-macros as my other devcards files. Any ideas?
@shader: you can clear up those warnings by require
ing devcards.core
, not just the macros
thanks