After switching to ClojureScript 1.10.844:
WARNING: Wrong number of args (1) passed to goog.log/getLogger at line 9 app/web/js/out/mount/tools/logger.cljc
WARNING: Wrong number of args (2) passed to goog.log/error at line 18 app/web/js/out/mount/tools/logger.cljc
WARNING: Wrong number of args (2) passed to goog.log/info at line 19 app/web/js/out/mount/tools/logger.cljc
But, actually, does mount really need a logger module at all? Seems to me like simpler would be better in this case: the simpler the library, the more resilient it is.
After switching to ClojureScript 1.10.844:
But, actually, does mount really need a logger module at all? Seems to me like simpler would be better in this case: the simpler the library, the more resilient it is.