devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
shader 2016-08-03T18:35:24.000141Z

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?

anmonteiro 2016-08-03T18:38:38.000142Z

@shader: you can clear up those warnings by requireing devcards.core, not just the macros

shader 2016-08-03T18:52:30.000143Z

thanks