bhauman / devcards

Devcards aims to provide a visual REPL experience for ClojureScript
1.53k stars 116 forks source link

make d.core/dom-node* public #149

Open grzm opened 5 years ago

grzm commented 5 years ago

With the stricter private method checking in ClojureScript, using devcards can cause Figwheel to halt automatic reloading because of the emitted warnings.

See https://github.com/grzm/figwheel-main-fulcro-devcards for a repro case.

Thanks to @awkay for debugging.