-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
React.PropTypes is deprecated from React 15.5 #1113
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
React.PropTypes is deprecated from React 15.5 #1113
Conversation
|
Be sure to be changed |
|
Hi @yosmoc , thanks for your support every time. |
2b6c318 to
e96dcd6
Compare
|
@kazup01 Resolved conflict! |
|
Thanks! |
e96dcd6 to
f2435fd
Compare
|
Sorry, I found my mistake. I pushed again now. |
| @@ -1,4 +1,5 @@ | |||
| import React, { PropTypes } from 'react' | |||
| import PropTypes from 'prop-types' | |||
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.
@yosmoc
Please resolve conflict.
This line is not needed, I think.
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.
fixed!
Migrated by react-codemod + minor fix by hand.
f2435fd to
edaa071
Compare
kohei-takata
left a comment
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
Migrated by react-codemod + fixed trivial things by hand.
yarn lintBefore
After