Thanks,
@fresh-football-47124,
@glamorous-florist-39551 .
@ripe-country-39310 can you show me your feature details form the growthbook dashboard? It will help to understand it better.
• From this can see that experiment is null it can also mean that there is no feature against that feature.
• Or SDK haven’t fetched all features.
Some common faqs:
• Make sure that feature is enabled for environment with you are working with.
• You can check logs in your console if growthbook has retrieved feature from the server.
• Make sure to put
await
key word before calling
gb.refresh()
.