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

Update to React >= 15.5.4 #16861

Closed
wants to merge 44 commits into from
Closed

Update to React >= 15.5.4 #16861

wants to merge 44 commits into from

Conversation

islemaster
Copy link
Contributor

@islemaster islemaster commented Aug 5, 2017

Next step along the road to React 15.6.1, following on #16856.

Changes in this minor version that we had to address:

  • react-addons-test-utils goes away, replaced by react-dom/test-utils.
  • React.PropTypes is deprecated in favor of the separate prop-types package.
  • React.createClass is deprecated in favor of create-react-class (or preferably, ES6 classes)
  • Also update dependencies that might be using these.

@islemaster islemaster force-pushed the update-react-15-5 branch 2 times, most recently from 0f697a7 to fd2098e Compare August 6, 2017 17:35
@islemaster
Copy link
Contributor Author

Closing (this is very out-of-date now) and trying to do more incremental cleanup.

@pcardune
Copy link
Contributor

pcardune commented Sep 7, 2017

👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants