Skip to content

fixes React.PropTypes deprecation in React#665

Closed
srinathh wants to merge 1 commit into
reduxjs:masterfrom
srinathh:master
Closed

fixes React.PropTypes deprecation in React#665
srinathh wants to merge 1 commit into
reduxjs:masterfrom
srinathh:master

Conversation

@srinathh
Copy link
Copy Markdown

@srinathh srinathh commented Apr 8, 2017

This partially fixes deprecation issues related to PropTypes that causes warnings to pop up when using react-redux with version 15.5 of React. This passes tests.

In the react-redux test setups, there are still issues with createClass and TestUtils that need to be fixed but I haven't been able to understand the test structuring well enough to fix them.

Fixes #664

@timdorr
Copy link
Copy Markdown
Member

timdorr commented Apr 9, 2017

Superceded by #663

@timdorr timdorr closed this Apr 9, 2017
@srinathh
Copy link
Copy Markdown
Author

srinathh commented Apr 9, 2017 via email

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.

modify codebase to support React 15.5 deprecations

2 participants