Skip to content

Commit

Permalink
Add ActionState wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 27, 2024
1 parent 6351a24 commit 6d47658
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 6d47658

Please sign in to comment.