pushtell / react-ab-test

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
MIT License
752 stars 112 forks source link

react.createClass is deprecated #32

Closed cloud-walker closed 7 years ago

cloud-walker commented 7 years ago

From react 15.5 the createClass method is deprecated, we should be using esnext classes instead! Or create-react-class package.

schermata 2017-05-22 alle 12 46 55
peterpme commented 7 years ago

Hey @cloud-walker thanks for the feedback! Do you mind opening a PR to fix this?

cloud-walker commented 7 years ago

Yes! For now I've just opened some issues as both memo and to notify my intentions 😉

wehriam commented 7 years ago

Resolved in 2.0.0 thanks to the PR.