-
Will Fisher authored
`PropTypes.object` is not a function — use `.shape` instead. Should remove the following error message from the console: ``` <Warning>: Warning: You are manually calling a React.PropTypes validation function for the `undefined` prop on `<<anonymous>>`. This is deprecated and will not work in the next major version. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details. ```
bd8a5255