Skip to content

Commit

Permalink
Relay: Remove Extraneous RelayRootContainer.childContextTypes
Browse files Browse the repository at this point in the history
Reviewed By: jingc

Differential Revision: D3482678

fbshipit-source-id: b6501e474276a9b16f718e1dd4a46da66ef8757e
  • Loading branch information
yungsters authored and Facebook Github Bot 7 committed Jun 24, 2016
1 parent 865194a commit 43cc16e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/container/RelayRootContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,4 @@ RelayRootContainer.propTypes = {
route: RelayPropTypes.QueryConfig.isRequired,
};

RelayRootContainer.childContextTypes = {
route: RelayPropTypes.QueryConfig.isRequired,
};

module.exports = RelayRootContainer;

0 comments on commit 43cc16e

Please sign in to comment.