diff --git a/packages/react-reconciler/src/ReactFiberHooks.js b/packages/react-reconciler/src/ReactFiberHooks.js index 7aaa45926346c..5965f4d77ed41 100644 --- a/packages/react-reconciler/src/ReactFiberHooks.js +++ b/packages/react-reconciler/src/ReactFiberHooks.js @@ -70,7 +70,7 @@ type HookType = | 'useDebugValue'; // the first instance of a hook mismatch in a component, -// represented by a portion of it's stacktrace +// represented by a portion of its stacktrace let currentHookMismatchInDev = null; let isInHookUserCodeInDev = false;