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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react.createClass is deprecated

cloud-walker opened this issue · comments

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

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

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

Resolved in 2.0.0 thanks to the PR.