-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Update addon-jest
to new propType
#4252
Conversation
Generated by 🚫 dangerJS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! nice catch
Thanks @wuweiweiwu, I'll leave it to you to merge when you're ready - or let me know if I can do anything else. |
@mrmckeb usually we have at least 2 approving to merge. The Tc build failures seems unrelated |
is this going to get merged? Having the same issue ... |
Guys, this merge broke the linter. Does anybody want to fix it? |
This merge now broke 5 tests. |
I think they all are related to the linter. Anyway, I prefer to revert this rather than diving into the real solution. Otherwise, somebody wants to fix it |
Fixes #4251.
What I did
Changed title from React element to function returning React element, as per propType requirements.
How to test
Run this add-on as described in issue #4251. I've tested this locally and it works as expected.