-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid accessing private React modules
Summary: We should not reach into `react/lib` directly to allow React to refactor the layout. Instead use the public module that exposes this. We still have `react/lib/reactComponentExpect` left, but that seems a bit more tricky. Closes #1335 Reviewed By: sebmarkbage Differential Revision: D3711134 Pulled By: kassens fbshipit-source-id: 4033e7575b8351295a6a14fef75b98ac36a5f25f
- Loading branch information
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters