bvaughn / react-devtools-experimental

Experimental rewrite of the React DevTools extension
https://react-devtools-experimental.now.sh
MIT License
965 stars 55 forks source link

Cannot read property '0' of null #314

Closed affanshahid closed 5 years ago

affanshahid commented 5 years ago

I am using React Apollo Hooks in one of my apps, whenever I select (in the components tab) a component which uses a useQuery hook, I get the following:

image

Ext Version: b3046c6 (6/8/2019) Chrome: 74.0.3729.169

bvaughn commented 5 years ago

Please share a repro case with e.g. Code Sandbox?

Also please specify which versions of react, react-dom, and react-apollo-hooks you are using.

bvaughn commented 5 years ago

Closing due to lack of info.

Seems likely this is a duplicate of #23 and can be fixed by updating the version of React to include the bug fix added in v16.8.4.