Fork me on GitHub
#figwheel
<
2016-10-16
>
tyler16:10:47

Has anyone ever ran into a NPE when running creating a cider cljs repl? I am starting the repl with the recommended way of starting figwheel with sidecar and then running cljs-repl from the sidecar api. As soon as I connect to the browser repl the following error starts spamming in the cljs repl buffer: https://gist.github.com/tvanhens/362101dc324606ecc94bc32683d1741b I'm not really sure how to approach debugging this. It looks like piggieback, figwheel and clj-refactor are in the stacktrace but I'm not quite sure where to dig or how to approach it.