diff --git a/examples/context/multiple-contexts.js b/examples/context/multiple-contexts.js index 9e56bcd9e..236e45e78 100644 --- a/examples/context/multiple-contexts.js +++ b/examples/context/multiple-contexts.js @@ -23,14 +23,6 @@ function Toolbar(props) { } class App extends React.Component { - static propTypes = { - theme: PropTypes.string, - signedInUser: PropTypes.shape({ - id: number, - name: string, - }), - }; - render() { const {signedInUser, theme} = this.props;