``` MyComponent.PropTypes = { foo: PropTypes.func.isRequired }; <MyComponent /> ``` This should throw a warning in the console. But it doesnt