This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-10-02
Channels
- # 100-days-of-code (1)
- # announcements (2)
- # beginners (122)
- # boot (5)
- # calva (5)
- # cider (54)
- # cljdoc (1)
- # clojure (132)
- # clojure-brasil (1)
- # clojure-italy (4)
- # clojure-nl (6)
- # clojure-uk (105)
- # clojurescript (43)
- # core-async (17)
- # cursive (14)
- # datomic (60)
- # emacs (35)
- # figwheel-main (44)
- # fulcro (70)
- # graphql (1)
- # jobs (19)
- # jobs-discuss (5)
- # leiningen (5)
- # luminus (2)
- # off-topic (40)
- # onyx (2)
- # overtone (5)
- # re-frame (36)
- # reagent (29)
- # ring-swagger (20)
- # rum (13)
- # shadow-cljs (19)
- # testing (5)
- # tools-deps (25)
- # vim (5)
If I get a similar message and yarn add react not helps, then what can I do?
The required namespace "react" is not available, it was required by "reagent/core.cljs".
I read the documentation, but not clear for me. How possible to solve? I added to project.clj exclusions too /cljsjs/react.Somebody saw similar issue? This is not my project, just an example, just I would like to understand.. maybe I will see in my projects too.
unfortunately reagent
doesn't properly declare its dependency on react since it uses cljsjs
if you have an example it probably has those dependencies already set and you just did not run npm install
Hi just curious: is it possible to get rid of <script>simple.core.init();</script>
from html?
I’m trying to debug some tests.. is there anyway to do a println ? Tried that and js/console.log
@clojuregeek are you on node? because the stdout logs at the moment may appear in terminal that you are not expecting (not that test terminal window)
@clojuregeek yeah so there is an issue open https://github.com/thheller/shadow-cljs/issues/373