-
Notifications
You must be signed in to change notification settings - Fork 429
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
react-devtools & console.log #212
Comments
And what's about this:
Why don't we have something like |
This totally a bug. Do you have opened Xcode with enabled Debug Area and Console? |
@ptmt yea, I tried to open xcode project instead of running I have logs there - but it's too verbose. I'm getting all the data and logs of So there's no grouping so all the objects / all the data / all the messages - they are all together So I can't read this, it's too verbose Any ideas how to get this working in chrome / react-devtools / how to debug this? |
Note: To use |
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
Steps to Reproduce
console.log
to, for example,render
function ofApp.js
:devtools
(I suppose you already have it):devtools
and its console:console
tabExpected Behavior
I expect to see my console.log output, i.e. "Oh my log!"
(Do I misunderstand something?)
Actual Behavior
I don't see my logs, just:
Obviously, "Connection to RN closed" because of refreshing. But where's my "Oh my log!"?
Reproducible Demo
The example is very simple, I don't think it's really needed (I'm almost sure I misunderstand something, something obvious?)
The text was updated successfully, but these errors were encountered: