-
Notifications
You must be signed in to change notification settings - Fork 47k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shallow rendering uses .type
and throws deprecations
#4730
Comments
|
Spot on @spicyj, thanks for the pointer. The funny thing is it totally worked otherwise... It may be nice if that was an invariant. |
Okay. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When calling
renderer.render()
I get: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 #4009 broke this entirely...
The text was updated successfully, but these errors were encountered: