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

Warning when on React 15 #6

Open
axhamre opened this issue Jun 30, 2017 · 3 comments · May be fixed by #9
Open

Warning when on React 15 #6

axhamre opened this issue Jun 30, 2017 · 3 comments · May be fixed by #9
Assignees

Comments

@axhamre
Copy link

axhamre commented Jun 30, 2017

I'm on React 15.5.4 and I'm getting the following error when using react-mailto:

Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.

@jasonbellamy
Copy link
Owner

@hundsim this deprecation warning is because of the changes listed here: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html

I'll try to update this soon. In the meantime this warning should not effect any functionality in your application.

@jasonbellamy jasonbellamy self-assigned this Jun 30, 2017
@gtwilliams03
Copy link

Upgraded my app to React 16 today (and _react.PropTypes is now gone in favor of the prop-types package). Any chance this can get fixed?

@steeply
Copy link

steeply commented Nov 19, 2017

Upgraded to React 16 please

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 a pull request may close this issue.

4 participants