Skip to content

Commit 29e8924

Browse files
authored
Move ReactContext source to React package (#12205)
1 parent 78a595a commit 29e8924

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

packages/react/src/React.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import {
2323
cloneElement,
2424
isValidElement,
2525
} from './ReactElement';
26-
import {createContext} from 'shared/ReactContext';
26+
import {createContext} from './ReactContext';
2727
import {
2828
createElementWithValidation,
2929
createFactoryWithValidation,
File renamed without changes.

0 commit comments

Comments
 (0)