does anyone get the react warning when using devcards? Warning: Each child in an array or iterator should have a unique "key" prop.
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})
when I edit bmi-component
, figwheel reloads but I don’t see the changes in the browser
@wei that may be a bug
was trying to see if that’s related to the key prop warning. but the sablono example works fine
The key prop warning is really nothing
@wei I'll take a look at the reagent example tomorrow :)
@bhauman: thanks!
I’m also seeing that key prop warning, react in my page is v0.13.3
@wei just fixed that devcards bug
@wei reagent should work now
@darwin: yeah that is coming from somewhere in the devcards interface. I'll track it down. probably the nav
@bhauman that was fast! I see you commented out dont-update haha
@bhauman would you mind pushing a snapshot when you get a chance?
I did :simple_smile: isn
isn't it working?
@wei ^
@bhauman: works. thanks!!
I didn’t see the version number change, forgot how snapshots worked