Hi, I am having the issue that on initial render t...
# announcements
c
Hi, I am having the issue that on initial render the fallbacks are displayed (as in the attached video). Are there any good solutions someone developed to prevent this behaviour? Both, growthbook and attributes are initialized/set on client-side within
_app.tsx
in a nextJS application and my page uses the provided hooks:
Copy code
const isLandingPageTextShown = useFeatureIsOn("candidates-landingpage-text");
    const landingPageMulti = useFeatureValue("landingpage-multi", "FALLBACK");