-
Notifications
You must be signed in to change notification settings - Fork 786
convert React.PropTypes to "prop-types" module #628
Conversation
@dsifford: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
This looks great to me. |
@dsifford thanks for contributing! |
Is this released correctly? 1.0.2 doesn't seem to have these fixes. |
yes, 1.0.2 still has warnings, unfortunatelly |
In my bundle, the code here appears to still be pulling prop types from react. react-apollo/src/ApolloProvider.tsx Lines 22 to 31 in 0754776
|
It was merged after 1.0.2, using master branch is an option to prevent annoying warnings. |
Any chance of getting a new version released? I want to upgrade react and the warnings are blocking it. 😄 |
There's a warning in one of the tests (even though they all pass) that I want to look into. I'll try to release a new version before the weekend. |
Sorry, everybody! Figured converting the deprecations in just @helfer Let me know if there's something I can do to help. I feel like this PR is not in good form since its sole purpose has not actually been achieved. |
@dsifford If you have refactored every |
Closes #623
TODO:
Note: There's a significant amount of existing lint errors in the test files, but I skipped over them since that is outside the scope of this PR. None are build-breaking because those files aren't actually linted during CI.