-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Move Domain Connect Sync Flow from React PropTypes to prop-types #18046
Move Domain Connect Sync Flow from React PropTypes to prop-types #18046
Conversation
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!
@@ -1,7 +1,8 @@ | |||
/** | |||
* External dependencies | |||
*/ | |||
import React, { Component, PropTypes } from 'react'; | |||
*/ |
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.
OMG WHY DID YOU REMOVE THIS SPACE?!?!?!?!111 What does it all mean?
....
Seriously, though, probably best to keep it consistently formatted across files.
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.
Huh. I definitely didn't mean to do that. Will fix. Thanks!
This PR is just migrating the PropTypes from the React PropTypes to PropTypes from prop-types.
D5862-code (which is now merged), includes instructions on how to test the Domain Connect Sync Flow.