You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
I have a component that is using react hooks, and every time that I click on the component it changes the internal state.
When I'm with the react-devtools opened on the component, it collapses the state and then I need to re-open it to check the new value.
It could be nice to keep it opened, so it will be easier to check the state.