We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcc88f commit e679a4bCopy full SHA for e679a4b
packages/react-reconciler/src/ReactFiberHooks.js
@@ -70,7 +70,7 @@ type HookType =
70
| 'useDebugValue';
71
72
// the first instance of a hook mismatch in a component,
73
-// represented by a portion of it's stacktrace
+// represented by a portion of its stacktrace
74
let currentHookMismatchInDev = null;
75
let isInHookUserCodeInDev = false;
76
0 commit comments