Skip to content

[4.x] Fix deprecation warnings for react >= 15.5.0 #666

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

Merged
merged 3 commits into from
Apr 11, 2017

Conversation

Calyhre
Copy link
Contributor

@Calyhre Calyhre commented Apr 9, 2017

Follow-up of #663, I backported the patch for new deprecation warnings introduced by react 15.5.0

react-addons-test-utils seems to have been moved to react-dom/test-utils only on react >= 15.5.0, in order to use it we'll have to bump the devDependencies to at least that version.

As it's used only during test phase, I don't think it will be that much of a problem, what do you think?

@timdorr
Copy link
Member

timdorr commented Apr 9, 2017

I think this is fine. I guess my only concern is this: does prop-types work with React 0.14?

@Calyhre
Copy link
Contributor Author

Calyhre commented Apr 9, 2017

If you look at the travis build for 1e749f2, prior of the react bump, prop-types seems to works with 0.14

Edit: The build url -> https://travis-ci.org/reactjs/react-redux/builds/220278187

@gaearon
Copy link
Contributor

gaearon commented Apr 10, 2017

Yea it works as it’s completely standalone.

@timdorr timdorr merged commit c96bef6 into reduxjs:4.x Apr 11, 2017
@timdorr
Copy link
Member

timdorr commented Apr 11, 2017

Pushed as 4.4.8

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.

3 participants