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 23830ea commit d48603aCopy full SHA for d48603a
packages/react-reconciler/src/ReactFiberHooks.js
@@ -4839,7 +4839,7 @@ if (__DEV__) {
4839
};
4840
}
4841
if (enableContextProfiling) {
4842
- (HooksDispatcherOnUpdateInDEV: Dispatcher).unstable_useContextWithBailout =
+ (InvalidNestedHooksDispatcherOnMountInDEV: Dispatcher).unstable_useContextWithBailout =
4843
function <T>(
4844
context: ReactContext<T>,
4845
select: (T => Array<mixed>) | null,
0 commit comments