dillon1000/react
Commit
Browse files DevTools: Add support for useFormState (#28232)
## Summary Add support for `useFormState` Hook fixing "Unsupported hook in the react-debug-tools package: Missing method in Dispatcher: useFormState" when inspecting components using `useFormState` ## How did you test this change? - Added test to ReactHooksInspectionIntegration - Added dedicated section for form actions to devtools-shell 
Changed paths3 files
First-parent comparisonpackages/react-debug-tools/src/ReactDebugHooks.js ModifiedM packages/react-debug-tools/src/__tests__/ReactHooksInspectionIntegration-test.js ModifiedM packages/react-devtools-shell/src/app/InspectableElements/CustomHooks.js ModifiedPatch
Files changed
Rendering syntax-highlighted changes…