Hello everyone,
i have installed the last version of react native debugger, the connection work correctely but when i want dive in the tree of component for verify the props, my application crash and throw me "cannot read property '0' of null".
I would like to point that i have not yet installed the connection of Redux in my App.
AppContainer > RNRedux > Provider > Connect(App)>..."CRASH HERE"...
React Native Debugger app version: v0.9.7
React Native version: "0.59.8"
Platform: IOS
Is real device of platform: simulator
Operating System: MacOS
react-devtools-core : 3.6.1



I have the same issue. Did you find a solution?
Yes it's fixed but i don't now really why, by thinking about it, try to change the first value you try to read in your tree structure with a value other than "null".

This is still happening for me. Fresh install on expo
Most helpful comment
This is still happening for me. Fresh install on expo