marvelapp / 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
240 stars 47 forks source link

AB test removed but still firing mixpanel events #32

Open atuljain2995 opened 1 year ago

atuljain2995 commented 1 year ago

Table of Contents

Expected Behavior

If I removed AB test from react app. No event should fire on analytic tool like mixpanel.

Current Behavior

I have removed AB test from react app. But it is still firing and I can see mixpanel event for that

Possible Solution

Steps to Reproduce (for bugs)

This issue is caused when you remove AB test from code and might be possible local storage of some users might not be updated and still have local storage for this Ab test.

Context

Your Environment

atuljain2995 commented 1 year ago

image

atuljain2995 commented 1 year ago

image