https://www.growthbook.io/ logo
s

silly-summer-93296

02/07/2023, 9:28 AM
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

fresh-football-47124

02/07/2023, 1:20 PM
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

silly-summer-93296

02/07/2023, 1:54 PM
Thanks Graham! It looks like we managed to sort it out correctly 👍
13 Views