Skip to content

Commit 6d47658

Browse files
committed
Add ActionState wrappers
1 parent 6351a24 commit 6d47658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-debug-tools/src/ReactDebugHooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ function useActionState<S, P>(
725725
value: value,
726726
debugInfo: debugInfo,
727727
dispatcherMethodName: 'useActionState',
728+
wrapperNames: ['useActionState']
728729
});
729730

730731
if (error !== null) {

0 commit comments

Comments
 (0)