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

Build Fix server render #43

Closed bnisbett closed 6 years ago

bnisbett commented 7 years ago

Table of Contents

Description

PR #24 https://github.com/pushtell/react-ab-test/pull/24 was merged but not built prior to merging in. This has led to a mismatch in functionality and continued mismatch in variants on the client and on the server.

Motivation and Context

PR #24 https://github.com/pushtell/react-ab-test/pull/24 was merged but not built prior to merging in. This has led to a mismatch in functionality and continued mismatch in variants on the client and on the server.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

Checklist:

ImanMh commented 6 years ago

is this fix included in 2.0.1 ? I have 2.0.1 and I still have the same issue.