goog.constructNamespace_ is not a function
luposlip opened this issue · 2 comments
luposlip commented
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
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
Disappeared for me too. Closing.