bulky-monkey-20562
10/05/2023, 1:24 PMgrowthbook.setAttributes({
id: '12345',
url: window.location.pathname,
});
But always getting `false`from the feature.cuddly-finland-73937
10/05/2023, 1:27 PMwindow.location.pathname
to console does it return what you are expecting it to be?bulky-monkey-20562
10/05/2023, 1:28 PMuseEffect(() => {
// Load features asynchronously when the app renders
growthbook.loadFeatures();
growthbook.setAttributes({
id: getGAClientID(),
url: window?.location?.pathname || "",
});
});