Skip to content

Commit bab361f

Browse files
committed
Refer to the internal internals in the React package
1 parent efe4215 commit bab361f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/ReactServerContext.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type {
1919
} from 'shared/ReactTypes';
2020

2121
import {enableServerContext} from 'shared/ReactFeatureFlags';
22-
import ReactSharedInternals from 'shared/ReactSharedInternals';
22+
import ReactSharedInternals from './ReactSharedInternals';
2323

2424
const ContextRegistry = ReactSharedInternals.ContextRegistry;
2525

0 commit comments

Comments
 (0)