Skip to content

Commit

Permalink
Move ReactContext source to React package (#12205)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Feb 10, 2018
1 parent 78a595a commit 29e8924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/React.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
cloneElement,
isValidElement,
} from './ReactElement';
import {createContext} from 'shared/ReactContext';
import {createContext} from './ReactContext';
import {
createElementWithValidation,
createFactoryWithValidation,
Expand Down
File renamed without changes.

0 comments on commit 29e8924

Please sign in to comment.