This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-03
Channels
- # bangalore-clj (1)
- # beginners (104)
- # boot (30)
- # braveandtrue (1)
- # cider (6)
- # cljs-dev (95)
- # cljsjs (16)
- # cljsrn (3)
- # clojure (106)
- # clojure-italy (15)
- # clojure-nl (2)
- # clojure-norway (3)
- # clojure-russia (1)
- # clojure-spec (40)
- # clojure-uk (53)
- # clojure-ukraine (1)
- # clojurescript (200)
- # code-reviews (2)
- # cursive (1)
- # datascript (3)
- # datomic (32)
- # editors (28)
- # gorilla (6)
- # graphql (8)
- # hoplon (1)
- # jobs (8)
- # jobs-discuss (5)
- # jobs-rus (1)
- # keechma (13)
- # leiningen (5)
- # luminus (3)
- # lumo (53)
- # off-topic (5)
- # om (5)
- # om-next (1)
- # onyx (56)
- # parinfer (7)
- # protorepl (22)
- # re-frame (47)
- # reagent (37)
- # remote-jobs (1)
- # ring-swagger (9)
- # specter (7)
- # vim (14)
- # yada (30)
@mihaelkonjevic I'm attempting to get react-dom/test-utils to cljsjs (though I'm somewhat at a loss), which version of react are you trying to update to, where the TestUtils isn't in the same place? Still react-with-addons, or no?
as per the docs (https://facebook.github.io/react/docs/test-utils.html) it’s now in the react-dom package
I want to update to the latest 15.6
so we’re ready for 16.0 when it lands
@mihaelkonjevic Does keechma depend on the current addons for anything other than the TestUtils ?
@mihaelkonjevic Looks like the cljsjs/react package has already moved to react 16 beta
We should probably update keechma to that version
@mihaelkonjevic Unfortunately there doesn't seem to the browserified source for TestUtils. Tried to generate one but haven't managed yet.