important-tailor-75460
08/06/2024, 5:03 PMconst isV4checkout = GB?.isOn(GROWTHBOOK_ENUMS.V4_CHECKOUT_PAGE_V2);
but the result that I get in console.log is like this
checkout-wrapper.tsx:260 isV4checkout false
checkout-wrapper.tsx:260 isV4checkout false
checkout-wrapper.tsx:260 isV4checkout false
checkout-wrapper.tsx:260 isV4checkout true
checkout-wrapper.tsx:260 isV4checkout true
checkout-wrapper.tsx:260 isV4checkout true
so now I am asking why by default my feature flag is false then becomes true, while in growthBook features dashboard I have enabled as default value to be true
Because of this It renders different component then when it is true it renders another component it doesn’t work properly.
I am using NextJs 14.2.3rhythmic-agent-34208
08/06/2024, 7:36 PM