- Upgrade to support React 16.0
Breaking Changes
Component definitions must now be React class instances. If your
components use the React.createClass syntax, consider moving over to
ES6 classes, or use the react-create-class
package.
Component definitions must now be React class instances. If your
components use the React.createClass syntax, consider moving over to
ES6 classes, or use the react-create-class
package.