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

Removes console.warn re keys #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TomClarkson
Copy link

No description provided.

@vors
Copy link

vors commented Sep 26, 2016

Got similar warning on the newer version of the app (b0bcbde).
Here is the warning details from XDK:


Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `CounterScreen`. See https://fb.me/react-warning-keys for more information.
    in Text (at main.js:203)
    in CounterScreen (at main.js:46)
    in RCTView (at View.js:505)
    in View (at AnimatedImplementation.js:1703)
    in AnimatedComponent (created by DrawerLayout)
    in RCTView (at View.js:505)
    in View (created by DrawerLayout)
    in DrawerLayout (at main.js:41)
    in RCTView (at View.js:505)
    in View (at main.js:40)
    in PomodoroApp (at renderApplication.js:35)
    in RCTView (at View.js:505)
    in View (at AppContainer.js:62)
    in RCTView (at View.js:505)
    in View (at AppContainer.js:61)
    in AppContainer (at renderApplication.js:34)

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

Successfully merging this pull request may close these issues.

2 participants