magomimmo / modern-cljs

A series of tutorials on ClojureScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial 5: goog.net.jsloader.load is not a function

kuwze opened this issue · comments

commented

I am currently trying the following in the bREPL:

cljs.user> (require '[modern-cljs.login :as l] :reload)

#object[TypeError TypeError: goog.net.jsloader.load is not a function]
No stacktrace available.

I am not sure what is causing this. I found this related issue however, and another one.