devcards

Devcards aims to provide a visual REPL experience for ClojureScript https://github.com/bhauman/devcards
2015-09-09T01:13:42.000051Z

does anyone get the react warning when using devcards? Warning: Each child in an array or iterator should have a unique "key" prop.

2015-09-09T01:24:51.000053Z

also, having some trouble getting live reloading with Reagent. looking at this particular example:

(defcard test-card
  "*Code taken from Reagent readme.*"
  (dc/reagent bmi-component)
  {:height 180 :weight 50}
  {:inspect-data true :history true})

2015-09-09T01:26:37.000055Z

when I edit bmi-component, figwheel reloads but I don’t see the changes in the browser

bhauman 2015-09-09T01:29:42.000057Z

@wei that may be a bug

2015-09-09T01:30:17.000058Z

was trying to see if that’s related to the key prop warning. but the sablono example works fine

bhauman 2015-09-09T01:35:12.000059Z

The key prop warning is really nothing

bhauman 2015-09-09T01:37:40.000060Z

@wei I'll take a look at the reagent example tomorrow :)

2015-09-09T01:39:06.000061Z

@bhauman: thanks!

2015-09-09T08:37:43.000062Z

I’m also seeing that key prop warning, react in my page is v0.13.3

bhauman 2015-09-09T16:49:28.000066Z

@wei just fixed that devcards bug

bhauman 2015-09-09T16:49:40.000067Z

@wei reagent should work now

bhauman 2015-09-09T16:50:33.000068Z

@darwin: yeah that is coming from somewhere in the devcards interface. I'll track it down. probably the nav

2015-09-09T17:38:10.000069Z

@bhauman that was fast! I see you commented out dont-update haha

2015-09-09T17:39:11.000070Z

@bhauman would you mind pushing a snapshot when you get a chance?

bhauman 2015-09-09T17:39:28.000071Z

I did :simple_smile: isn

bhauman 2015-09-09T17:39:35.000072Z

isn't it working?

bhauman 2015-09-09T18:02:01.000073Z

@wei ^

2015-09-09T19:05:32.000074Z

@bhauman: works. thanks!!

2015-09-09T19:06:52.000075Z

I didn’t see the version number change, forgot how snapshots worked