We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In an earlier version, I was able to see the exact file and line number of my console.log() outputs for example,
undefined view_something.js: 12
but now I get something like this,
undefined setUpDeveloperTools.js: 73
Is this an issue with settings, has this feature been abandoned?
The text was updated successfully, but these errors were encountered:
It's react-native issue, and was fixed by facebook/react-native#26883. You can also blackboxing the setUpDeveloperTools.js in devtools.
setUpDeveloperTools.js
Sorry, something went wrong.
No branches or pull requests
In an earlier version, I was able to see the exact file and line number of my console.log() outputs for example,
but now I get something like this,
Is this an issue with settings, has this feature been abandoned?
The text was updated successfully, but these errors were encountered: