Hey all Having trouble with Forced Value targetin...
# ask-questions
t
Hey all Having trouble with Forced Value targeting a Condition Group Simple email regex
@mycompany.com$
but none of our users seem to match We're doing
gb.setAttributes()
and sending
email
field in
useEffect()
It's hard to tell whether our attributes are actually arriving at GB Thoughts on how to debug this? cc @future-caravan-57043
🚢 1
f
are you using our chrome dev tools or the architypes feature to see if/why a user would be matched?
t
Dev Tools is not available, as it's on production But, good idea to check the same on staging, first! 👍 Archetypes - haven't used this yet
f
Dev Tools is available on staging, but we can’t see the features. They are showing momentarily, but they disappear immediately https://share.zight.com/9Zu49o10
1
Update: I think I fixed this issue locally. I will push to staging and debug there further.
🙌 1
f
Screenshot 2024-03-12 at 9.30.18 AM.png
t
Yes, simulation shows everything should work So it's probably something in our implementation We already have a PR, let's see if this improves things
Our problem was not Reacting it correctly After refactoring our
useEffect
strategy, attributes started transmitting and operating correctly
f
great