devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2015-12-10T00:59:01.000114Z

Hola, after upgrading devcards to 0.2.1-2 (and having reagent at 0.5.1), I can no longer start up devcards 😞

2015-12-10T00:59:05.000115Z

I get this error: Uncaught TypeError: Cannot read property 'render' of undefined

2015-12-10T00:59:41.000117Z

Is where the error is thrown

2015-12-10T01:00:08.000118Z

I’m using boot btw - does anybody have any pointers/guidance in how I can go about debugging this?

2015-12-10T01:00:21.000119Z

Both the devcards and reagent require react to be at 0.14

2015-12-10T01:01:55.000120Z

hmmmmm

2015-12-10T01:02:02.000121Z

somethings still pulling in react 0.13

2015-12-10T01:08:14.000122Z

sigh, sorry everybody - i was looking at reagent master in project.clj

2015-12-10T01:08:28.000123Z

even though it has 0.5.1 in the readme, it’s for 0.6.0 snapshot