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

fix server render #24

Closed alexeyMohnatkin closed 7 years ago

peterpme commented 7 years ago

:wave: @alexeyMohnatkin! Do you mind adding tests that might affect these changes?

Thanks!

alexeyMohnatkin commented 7 years ago

Maybe later, now I don't have any free time

alexeyMohnatkin commented 7 years ago

added tests

Akurganow commented 7 years ago

Any progress with this PR?

brtw commented 7 years ago

@peterpme Is there any intention to merge this in? Anything I can do to help?

bnisbett commented 7 years ago

@alexeyMohnatkin this was merged but not built so the Experiment.js file is out of date and doesn't have the correct changes. I did a quick PR to show the difference: https://github.com/pushtell/react-ab-test/pull/43