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

Refactor Debugger from React.createClass to ES6 class #40

Open okovpashko opened 7 years ago

okovpashko commented 7 years ago

Table of Contents

Description

Refactor Debugger component from React.createClass to ES6 class to avoid deprecation errors in React v15.5

Motivation and Context

Fixes #39

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist: