I just noticed and tried the new DevTools Extension for Chrome. The new features are really helpful to understand and debug rules etc. 🙌
But it seems there is a bug 😱. For me the DevTools attributes tab is showing outdated attributes. Even worse: they seem to be cached and
always override the actual attributes set within my code on the SDK.
I've logged the attributes I set within my code and they are clearly not the ones I see in the dev tools. Only the wrong (and hard cached) attributes seen in the devtools are taken for rule evaluation.
When I completely disable the GB devtools it's working as expected and my code is the only source of truth for the attributes.
I use the latest Chrome extension 1.0.3 and
"@growthbook/growthbook-react": "^1.4.1"
Chrome Version: 133.0.6943.142 (arm64 mac)