You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh interesting, wonder what causes the breakage there. Incidentally, I was thinking it might make more sense to switch to using shadow-cljs instead since it has better NPM integration, and the project wouldn't even need to use Leiningen at that point. It also looks like figwheel is no longer actively maintained.
Not sure when I'd get the time to do the update though. If it's something you wouldn't mind helping with a PR would be welcome.
No worries, and thanks for the noting the issue. If you are just starting out, I'd also recommend taking a look at luminus. Using JVM on the server-side is a lot more common for Clojure, so you'll likely have a smoother overall experience there. Most common setup tends to be to use Clojure on the backend with ClojureScript on the frontend.
Just noticed that I can no longer access the REPL after upgrading to the latest deps:
com.cemerick/piggieback "0.2.1" => 0.2.2
macchiato/core "0.2.16" => 0.2.17
org.clojure/clojurescript "1.10.520" => "1.10.758"
javax.xml.bind/jaxb-api "2.3.0" => 2.3.1
lein-doo "0.1.7" => 0.1.11
macchiato/lein-npm "0.6.4" => 0.6.7
lein-cljsbuild "1.1.7" => 1.1.8
Steps to reproduce:
Expected result:
after npm start 1st tab "transforms" into
Actual result:
after npm start 1st tab is still stuck with into
P.S. With vanilla(@master) macchiato-template everything works fine.
The text was updated successfully, but these errors were encountered: