for the id based a/b test with string value, what ...
# ask-questions
s
for the id based a/b test with string value, what will be the value of feature at build time when id is not passed? I am using gatsby static site
f
It will default to the default value if no id is passed in (ie, it won’t do any bucketing for the variations)
👍 1
s
if I call growthbook.loadFeatures() in useEffect then it will never load the features server side right?