Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

antizer-examples warnings #8

Open
gmp26 opened this issue Sep 18, 2017 · 1 comment
Open

antizer-examples warnings #8

gmp26 opened this issue Sep 18, 2017 · 1 comment

Comments

@gmp26
Copy link

gmp26 commented Sep 18, 2017

antizer-examples (rum-flavour) throws multiple warnings of this nature:

bundle.js:1710 Warning: Each child in an array or iterator should have a unique "key" prop. 
Check the top-level render call using <Card>. 

These warnings are suprisingly sticky. They are not switched off by adding the usual keys or rum/with-key calls e.g. to
https://github.com/priornix/antizer/blob/master/examples/src/antizer_examples/rum.cljs#L50
and
https://github.com/priornix/antizer/blob/master/examples/src/antizer_examples/rum.cljs#L52

@sooheon
Copy link

sooheon commented Nov 26, 2017

I am getting the same warnings, whether I try with-keys or with key-fn mixins. Reagent, if you pass in a :key in the argument map, does not throw these warnings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants