unable to expand console.log object in Hermes debuggger for RN 0.70.1
See original GitHub issue🐛 Bug Report
unable to expand console.log
object in Hermes debuggger. i am using React Native 0.70.1
Note: I can copy object but cannot expand in Hermes debugger
To Reproduce
init app with React Native 0.70.1
and try to console.log(anyobject)
Environment
i am using ios
Video
Issue Analytics
- State:
- Created a year ago
- Reactions:44
- Comments:30
Top Results From Across the Web
Why can't I expand console.logged object in Chrome Devtools ...
In React Native, I found that componentDidUpdate() was being called over and over, so I tried to log prevProps for the first 20...
Read more >react-native-logs - npm
Performance-aware simple logger for React-Native with namespaces, custom levels and custom transports (colored console, file writing, etc.).
Read more >failed to call into javascript module method appregistry ...
After running the codes with "run-ios", the problem occurs. But the codes work well in Android. LOG Running "myfirebase" with {"rootTag":1} BUNDLE ./index.js....
Read more >736 kB - Hugging Face
... ·Bank 1 ·Many 1 ·schools 1 ·evening 1 ·failed 1 ·costs 1 x 1 ·paper 1 E 1 ·product 1 ·dark 1...
Read more >React Native Debugger - Stop Using Console Logs - Tutorial
Attach debugger to running packager. It's good to know that there are more options here, like debugging Expo, Windows, and Android's Hermes app....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm this is fixed after I updated my mac to OSX 13.
I’m running on latest version of react-native(0.70.6), Flipper (0.176.1) on Desktop and 0.175.0 configured on podfile. My OSX is 13.0.1. This issue still exist and the objects still returning empty.
It only happens using IOS simulator… on android simulator is ok!