This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-11-02
Channels
- # announcements (11)
- # aws (2)
- # babashka (42)
- # beginners (26)
- # calva (17)
- # cider (1)
- # clara (2)
- # clj-kondo (44)
- # clojars (30)
- # clojure (43)
- # clojure-australia (6)
- # clojure-europe (29)
- # clojure-gamedev (4)
- # clojure-greece (1)
- # clojure-nl (4)
- # clojure-spec (4)
- # clojure-uk (6)
- # clojurescript (28)
- # cursive (16)
- # data-science (1)
- # datahike (4)
- # datomic (26)
- # emacs (6)
- # events (3)
- # fulcro (11)
- # graalvm (7)
- # holy-lambda (118)
- # java (9)
- # jobs (1)
- # leiningen (3)
- # lsp (21)
- # luminus (2)
- # malli (13)
- # membrane-term (1)
- # music (1)
- # nrepl (3)
- # off-topic (38)
- # pedestal (2)
- # polylith (39)
- # re-frame (33)
- # reagent (7)
- # releases (1)
- # remote-jobs (4)
- # rewrite-clj (28)
- # ring (21)
- # sql (2)
- # tools-deps (23)
- # vim (4)
- # xtdb (15)
Hey guys, i’m having an issue with re-frame-10x where it pops up for just a second and then it errors out. I’m currently using shadow-cljs:
An error occurred when loading re_highlight.core.js
- there should be some context to what error happens exactly. Maybe it's above, maybe it's within, maybe it's within something that's below.
maybe try upgrading shadow-cljs. at the very least the error should be slightly clearer.
do you use project.clj
or deps.edn
to manage your dependencies? if so you maybe only upgraded the shadow-cljs npm package but not the dependency there?
@U05224H0W here is my deps.edn:
{:paths
["src/dev"
"src/main"
"src/test"]
:aliases
{:cljs
{:extra-deps
{thheller/shadow-cljs {:mvn/version "2.15.12"}
re-frame/re-frame {:mvn/version "1.2.0"}
kee-frame/kee-frame {:mvn/version "1.3.1"}
akiroz.re-frame/storage {:mvn/version "0.1.4"}
applied-science/js-interop {:mvn/version "0.3.0"}
com.fulcrologic/guardrails {:mvn/version "1.1.5"}
day8.re-frame/tracing {:mvn/version "0.6.2"}
day8.re-frame/re-frame-10x {:mvn/version "1.1.13"}
day8.re-frame/async-flow-fx {:mvn/version "0.3.0"}
metosin/malli {:mvn/version "0.6.0"}
fork/fork {:mvn/version "2.4.1"}
meander/epsilon {:mvn/version "0.0.602"}
expound/expound {:mvn/version "0.8.9"}
reagent/reagent {:mvn/version "1.1.0"}}}}}
thaty is very odd since the screenshot you posted is definitely not from 2.15.12. I changed the way that specific error message looks to make it clearer in 2.15.11
which screenshot are you referring to? the first or second? either way it’s giving me the same error after restarting
that error message changed so I don't understand how you are getting that message still