We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6351a24 commit 6d47658Copy full SHA for 6d47658
1 file changed
packages/react-debug-tools/src/ReactDebugHooks.js
@@ -725,6 +725,7 @@ function useActionState<S, P>(
725
value: value,
726
debugInfo: debugInfo,
727
dispatcherMethodName: 'useActionState',
728
+ wrapperNames: ['useActionState']
729
});
730
731
if (error !== null) {
0 commit comments