This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-26
Channels
- # beginners (17)
- # boot (3)
- # cljs-dev (2)
- # cljsrn (3)
- # clojure (52)
- # clojure-austin (1)
- # clojure-poland (4)
- # clojure-russia (29)
- # clojure-spec (25)
- # clojure-uk (5)
- # clojurescript (39)
- # cursive (29)
- # data-science (5)
- # datomic (5)
- # fulcro (21)
- # graphql (1)
- # hoplon (20)
- # off-topic (5)
- # pedestal (1)
- # perun (3)
- # protorepl (2)
- # re-frame (7)
- # ring (1)
- # shadow-cljs (19)
- # unrepl (10)
- # vim (4)
@mikethompson thanks, as always, for the hint to go re-read the docs very closely... I sorted it out. Mea derpa. My issue was that I was referring to the props as passed into the outer component function, where the correct reference is to pull them out using (reagent/props comp)
... see https://gist.github.com/rgm/0e75c4bf069a9136e98179d9596c4bae/revisions#diff-38ce895fe7cb920d4738a7556e8ec343R90
Hey all, anyone else have issues with reframe and selenium tests typing too fast? Guessing it could be my logic, as i haven't noticed it in more than one place, but one box that updates db on-change seems to miss letters when selenium tries to type in the box. Just thought I'd ask if I'm the only one who's seen such a thing.