Skip to content
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

Remove stray reference to React.PropTypes in ReactLink #9757

Merged

Conversation

flarnie
Copy link
Contributor

@flarnie flarnie commented May 23, 2017

what is the change?:
It looks like we missed updating this callsite in 12a96b9

why make this change?:
We are deprecating the React.PropTypes syntax and splitting that functionality into a separate module.
@acdlite please correct me if there is a reason we left this here.

test plan:
yarn test

issue:
fixes #9755

**what is the change?:**
It looks like we missed updating this callsite in facebook@12a96b9

**why make this change?:**
We are deprecating the `React.PropTypes` syntax and splitting that functionality into [a separate module](facebook@12a96b9).
@acdlite please correct me if there is a reason we left this here.

**test plan:**
`yarn test`

**issue:**
facebook#9755
@flarnie flarnie added this to the 15.6 milestone May 23, 2017
Copy link
Collaborator

@sophiebits sophiebits left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this even still used?

@flarnie
Copy link
Contributor Author

flarnie commented May 24, 2017

Indeed, ReactLink itself is also deprecated. https://facebook.github.io/react/blog/#discontinuing-support-for-react-addons

@flarnie flarnie merged commit d97317e into facebook:15.6-dev May 24, 2017
flarnie added a commit to flarnie/react that referenced this pull request Jun 7, 2017
**what is the change?:**
It looks like we missed updating this callsite in facebook@12a96b9

**why make this change?:**
We are deprecating the `React.PropTypes` syntax and splitting that functionality into [a separate module](facebook@12a96b9).
@acdlite please correct me if there is a reason we left this here.

**test plan:**
`yarn test`

**issue:**
facebook#9755
@flarnie flarnie deleted the removeReferenceToReactPropTypesInReactLink branch May 25, 2018 17:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants