-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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-native version 0.75.3 Hermes logs not working properly: Not expanding the object #46553
Comments
|
|
Hey @aurangs7! We previously included a Hermes fix in 0.74.1 that I believe is related to this issue. I'd recommend checking that Hermes is updated correctly via CocoaPods/Gradle. Note that object inspection will be thoroughly fixed from React Native 0.76 in our new React Native DevTools stack. |
facing the same issue with react native 0.75.3 |
Hi @huntie
I have to close and open the DevTools window again to get the logs and after some time it also does not respond. If possible, try opening the DevTools window for some time and then try expanding the logs. |
I am also getting this, not sure if it is related to redux states logs or for every log. |
Same here! |
Hi @huntie, Hope you are doing well. Do we have any updates here? Anything required from my end to solve this? |
hey @aurangs7 have you found any solutions to this? |
For now, I am using Reactotron as mentioned by @yungblud |
Description
In React Native version 0.75.3, Hermes engine logs are not working as expected. Specifically, when logging objects, the objects are not expanding fully, making it difficult to debug and inspect object properties.
Steps to reproduce
Steps to Reproduce:
Update the react-native version from 0.74.2 to 0.75.3.
Enable Hermes in iOS and Android both
Create a component that logs an object in the console, for example:
Run the app on an Android device or emulator (
npx react-native run-android
).Open the debug console to view the Hermes logs.
Expected behavior:
Actual behavior:
React Native Version
0.75.3
Output of
npx react-native info
Screenshots and Videos
Screen.Recording.2024-09-18.at.11.50.20.mov
The text was updated successfully, but these errors were encountered: