figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
Clepseedra 2017-12-17T13:58:46.000002Z

In your opinion can I remove dependency on user.clj ?

2017-12-17T15:39:41.000021Z

I just updated all the various libraries with Clojure (to 1.9) and Clojurescript

2017-12-17T15:40:02.000042Z

and now locally I get a weird error:

Uncaught TypeError: Cannot read property 'call' of undefined
which is coming from this file apparently
(ns figwheel.connect.build-dev (:require [myns.core] [figwheel.client] [figwheel.client.utils]))
(figwheel.client/start {:on-jsload (fn [&amp; x] (if js/myns.core.mount-root (apply js/myns.core.mount-root x) (figwheel.client.utils/log :debug "Figwheel: :on-jsload hook 'myns.core/mount-root' is missing"))), :build-id "dev", :websocket-url "<ws://localhost:3449/figwheel-ws>"})

2017-12-17T15:51:34.000022Z

ah actually I think it was related with dev-tools after all