jsonmaur / jumpsuit

MIT License
1.39k stars 74 forks source link

React.createClass is deprecated #89

Open leondewey opened 7 years ago

leondewey commented 7 years ago

Warning coming up... Is the project still active I see its been a few months of no activity.

Warning: hsr: 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.

tannerlinsley commented 7 years ago

Yes, this needs to be changed. If you would like to speed up the timeline, you can submit a PR with the appropriate changes and I'll merge and release :)