Someone here wrote ``` React.PropTypes.instanceOf(React.PropTypes.object).isRequired ``` instead of ``` React.PropTypes.object.isRequired ``` Would be nice if we could give some sort of warning here; not sure if it's possible though. cc @zgotsch