This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
☂️ Hooks umbrella task #1215
Closed
Description
Support hooks! (to be filled in later)
Features
- Support inspecting complex values (like objects and arrays) in
useState
. (bvaughn/react-devtools-experimental@0008bb00) - For the selected component, show hooks name, location, and value (when applicable) in props panel. (Related to Add Debug Tools Package for Introspection of Hooks react#14085)
- Make sure to include support for
memo
andforwardRef
components.
Bugs
- [Hooks] Highlight Updates incorrectly reports an updates in a tree component #1216: Highlight Updates incorrectly reports an updates in a tree component.