I'm trying to develop a chrome extension that retrieve data from a react website. I would like to access the state of a react component that I can see with the react devtools extension.
I tried the following technique in the chrome console, however I can't see the component state or functions.
I really have a hard time to find information about this, is it at least possible?