-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
console.warn shows two times in yellowBox and once in console #5154
Comments
Hey kitze, thanks for reporting this issue! React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
|
I can confirm I am having the same issue with React 0.19. |
Tested on master and the warning box appears only once. If you could confirm it's no longer an issue or give additional information, that would be great. |
@facebook-github-bot no-reply |
Closing this issue as more information is needed to debug this and we haven't heard back from the author. Once there's more information we can reopen the issue. |
I have this simple React Native application https://gist.github.com/0061e2aeeb2d6e2529b8
In the render method i'm printing console.warn('Rendering component')
In the yellowBox i'm seeing (2) Rendering component -> https://i.imgur.com/OkyrEzE.png
In the chrome console it's only printed once -> https://i.imgur.com/IpiT2Ph.png
Is this a bug?
The text was updated successfully, but these errors were encountered: