Channels
contributing
sdk-kotlin
sdk-react
sdk-javascript
sdk-java
request-features
sdk-php
sdk-python
sdk-golang
sdk-swift
sdk-c-sharp
random
sdk-ruby
ask-questions
give-feedback
announcements
sdk-flutter
Powered by
#ask-questions
Title
s
sticky-insurance-60813
03/28/2023, 7:46 PM
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
fresh-football-47124
03/28/2023, 7:56 PM
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
sticky-insurance-60813
03/28/2023, 9:03 PM
if I call growthbook.loadFeatures() in useEffect then it will never load the features server side right?
2 Views
Post