Hey! We’re using Growthbook in our React project f...
# announcements
s
Hey! We’re using Growthbook in our React project for feature toggling. When we have enabled a feature it first logs
true
to indicate that it’s enabled, but when navigating to another page it suddenly logs
false
. Is this because of a cache issue? Is there a way to get around it?
f
We have some examples on how to set up GrowthBook with react to avoid things like this
typically it can be from the attributes not being set correctly
s
Thanks Graham! It looks like we managed to sort it out correctly 👍