unstated-next icon indicating copy to clipboard operation
unstated-next copied to clipboard

How to view container state in react-dev-tool ?

Open littlee opened this issue 5 years ago • 2 comments

I find it's hard to know what is the current state of the container, is there a way ?

littlee avatar May 15 '19 10:05 littlee

You can inspect the state using React DevTools:

Screen Shot 2019-05-17 at 12 52 26 PM

Is that not enough?

jamiebuilds avatar May 17 '19 19:05 jamiebuilds

You can also track progress on how hooks are displayed in React DevTools here: https://github.com/facebook/react-devtools/issues/1215

jamiebuilds avatar May 17 '19 19:05 jamiebuilds