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

[StyleInspector] Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of StyleInspector #5491

Closed
afilp opened this issue Jan 22, 2016 · 5 comments
Labels
Help Wanted :octocat: Issues ideal for external contributors. JavaScript Resolution: Locked This issue was locked by the bot.

Comments

@afilp
Copy link

afilp commented Jan 22, 2016

I receive these warnings when debugging my React Native application in Chrome (the app being installed on an actual device).

  • Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of StyleInspector
  • Warning: Each child in an array or iterator should have a unique “key” prop. Check the render method of ElementProperties
@ide ide added JavaScript Help Wanted :octocat: Issues ideal for external contributors. labels Jan 22, 2016
@satya164
Copy link
Contributor

Do you have code sample which can reproduce this issue?

@petrbrzek
Copy link
Contributor

I've also seen those in iOS simulator when opening inspector. When I close it it's gone.

@afilp
Copy link
Author

afilp commented Jan 24, 2016

I cannot give specific code because it is happening almost everywhere when I open the Inspector (on simulator too, not only on the device).

@satya164
Copy link
Contributor

I can't seem to reproduce this with master or 0.18, so if you can track down the specific code it'll be a lot helpful.

@ide
Copy link
Contributor

ide commented Jan 26, 2016

Should be fixed in master with c1aed7b. We'll reopen this issue if it's still present.

@ide ide closed this as completed Jan 26, 2016
@facebook facebook locked as resolved and limited conversation to collaborators May 24, 2018
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Jul 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Help Wanted :octocat: Issues ideal for external contributors. JavaScript Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

5 participants