When calling `renderer.render()` I get: ``` Warning: Foo.type is deprecated. Use Foo directly to access the class ``` It seems to be here, and a few other places: https://github.com/facebook/react/blob/master/src/test/ReactTestUtils.js#L418 I wonder if https://github.com/facebook/react/pull/4009 broke this entirely...