WebediaGaming / react-nexus

Real world apps with React.
483 stars 20 forks source link

Fix deprecation warnings - Update to React 15.6.2 #59

Closed abarriel closed 7 years ago

abarriel commented 7 years ago

React.PropTypes, react-addons-test-utils, and react-addons-pure-render-mixin are depracted. To avoid any future complications, here are the new changes:

eTorAken commented 7 years ago

Also "Remove should from dependencies" in your commit message. Please explain why.

abarriel commented 7 years ago

This PR should be clean. I apply some changes