This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-03-09
Channels
- # alda (5)
- # aleph (10)
- # bangalore-clj (1)
- # beginners (168)
- # cider (68)
- # cljs-dev (263)
- # clojars (4)
- # clojure (66)
- # clojure-brasil (25)
- # clojure-china (1)
- # clojure-dusseldorf (1)
- # clojure-greece (4)
- # clojure-italy (3)
- # clojure-russia (4)
- # clojure-spec (12)
- # clojure-uk (16)
- # clojurescript (36)
- # community-development (12)
- # cursive (9)
- # data-science (1)
- # datascript (8)
- # datomic (20)
- # defnpodcast (6)
- # emacs (2)
- # figwheel (2)
- # fulcro (51)
- # graphql (62)
- # immutant (14)
- # keyboards (1)
- # lein-figwheel (10)
- # leiningen (5)
- # lumo (15)
- # off-topic (4)
- # onyx (3)
- # pedestal (4)
- # portkey (13)
- # protorepl (1)
- # re-frame (8)
- # reagent (2)
- # reitit (4)
- # shadow-cljs (71)
- # spacemacs (7)
- # specter (33)
- # sql (9)
- # unrepl (75)
- # vim (7)
New code tracing feature coming soon to re-frame-10x:
Daniel is tracing the code in a (not entirely sensible) event handler which is shown at the top:
(-> todos
(update-in ..... )
identity)
->
is handled.But, shhh. Its a secret. I can't believe Daniel blabbed :-)
Following this guide (https://github.com/Day8/re-frame/blob/master/docs/Using-Stateful-JS-Components.md) for integrating a chartjs
chart.
I get this error on browser and neither “inner” nor “outer” component runs when subscription should update:
Uncaught Error: Objects are not valid as a React child (found: object with keys {props, context, refs, updater, state, _reactInternalInstance, cljsMountOrder, cljsIsDirty, reagentRender, cljsRatom, __isMounted}). If you meant to render a collection of children, use an array instead or wrap the object using createFragment(object) from the React add-ons. Check the render method of `device-detail`.
code pls
@joelsanchez: Had made a stupid mistake, figured it out.