Skip to content

Commit

Permalink
Use same primitive name in form state hook log
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 13, 2024
1 parent 976479f commit f1738f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-debug-tools/src/ReactDebugHooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ function useFormState<S, P>(
// If this was an uncached Promise we have to abandon this attempt
// but we can still emit anything up until this point.
hookLog.push({
primitive: 'Unresolved',
primitive: 'FormState',
stackError: new Error(),
value: thenable,
debugInfo:
Expand Down

0 comments on commit f1738f4

Please sign in to comment.