enterlab / rente

Rente: Clojure, ClojureScript, Reagent (react) + Sente (web sockets). Heroku-ready!
http://enterlab.com
Eclipse Public License 1.0
57 stars 12 forks source link

goog.constructNamespace_ is not a function #10

Closed luposlip closed 8 years ago

luposlip commented 8 years ago

I get this error, build seems to work fine anyhow:


goog.constructNamespace_ is not a function
figwheel$client$file_reloading$bootstrap_goog_base
@ file_reloading.cljs:205(anonymous function)
@ file_reloading.cljs:213figwheel$client$file_reloading$patch_goog_base
@ file_reloading.cljs:213(anonymous function)
@ client.cljs:326

Can anyone figure out how to get rid of this? I'll happily accept a PR.
sindux commented 8 years ago

Try cleaning your cljs' output-dir. I had the same issue after upgrading my deps and found out that my goog/base.js was still from older version somehow.

luposlip commented 8 years ago

Disappeared for me too. Closing.