devcards 2017-09-28

@bhauman I see you’re trying to push Sablono to support React 16

but Devcards is still not fully React 16 compat

the next release is?

specifically devcards.system/cljs-logo uses React.DOM

and that was removed

you may want to use js/React.createElement

I just built a Devcards Snapshot from master

and it’s choking on that

I’ll report anything else I find

I don't know how that made it this far

actually let me fix that locally to see if that makes it work

this made it work for me

(also backwards compatible)

@bhauman can you deploy a snapshot with sablono 0.8.1-SNAPSHOT?

that’s working for me with React 16

even though @r0man didn’t release 0.8.1 yet, there’s the snapshot which works

it will be about 30 minutes before I cut a release

@bhauman ooops another PR incoming, I’m sloppy and found more cases of React.DOM

let me grep the whole project

make sure I don’t mess this one up

@bhauman OK this is the last one, makes Devcards work with React 16 + a rather comprehensive collection of devcards https://github.com/bhauman/devcards/pull/130

sorry for the churn

@anmonteiro deployed 0.2.4-SNAPSHOT

Thanks for the help!