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 efe4215 commit bab361fCopy full SHA for bab361f
packages/react/src/ReactServerContext.js
@@ -19,7 +19,7 @@ import type {
19
} from 'shared/ReactTypes';
20
21
import {enableServerContext} from 'shared/ReactFeatureFlags';
22
-import ReactSharedInternals from 'shared/ReactSharedInternals';
+import ReactSharedInternals from './ReactSharedInternals';
23
24
const ContextRegistry = ReactSharedInternals.ContextRegistry;
25
0 commit comments