Hello! Could you please help me to understand why ...
# ask-questions
b
Hello! Could you please help me to understand why my experiment is tracking though I stopped it?
👀 1
h
What is your last screen shot from? For a client-side experiment, there may be connection or caching issues that mean that some users are still entering the experiment.
b
It’s logging that we added to the
trackingCallback
inside Growthbook instance creation in our React app.
It’s also the same if I use different device, the experiment is being tracked though it’s stopped from yesterday.
h
Is the feature rule change saved and is the React app you're testing in able to receive updates from the server?
b
Yes, it’s connected and subscribed to changes.