yoast-components
yoast-components copied to clipboard
Adjust components for the new react PropTypes package/syntax
As done for other components in other projects, also the yoast-components should be adjusted for the new PropTypes package and syntax.
Re: the onboarding wizard: there's an additional warning related to React.creaateClass:
LocalizedStepIndicator: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available on npm as a drop-in replacement.
The PropTypes issue is addressed in pr #153. Will look into React.createClass issue.
The createClass issues is also addressed in pr #153.
@Xyfi I think this can be closed now, right?