day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Fix undeclared var warnings #177

Closed adamrenklint closed 6 years ago

adamrenklint commented 6 years ago

I'm seeing these warnings when using this project:

WARNING: Use of undeclared Var devtools.formatters.core/header-api-call at line 112 resources/js/app.out/day8/re_frame_10x/view/components.cljs
WARNING: Use of undeclared Var devtools.formatters.core/body-api-call at line 115 resources/js/app.out/day8/re_frame_10x/view/components.cljs
WARNING: Use of undeclared Var devtools.formatters.core/has-body-api-call at line 118 resources/js/app.out/day8/re_frame_10x/view/components.cljs

This PR resolves those warnings.

danielcompton commented 6 years ago

Thanks!