Skip to content

Commit

Permalink
Add ActionState wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 3, 2024
1 parent d46f9e7 commit a8c4804
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-debug-tools/src/ReactDebugHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,7 @@ function useActionState<S, P>(
value: value,
debugInfo: debugInfo,
dispatcherMethodName: 'useActionState',
wrapperNames: ['useActionState'],
});

if (error !== null) {
Expand Down

0 comments on commit a8c4804

Please sign in to comment.