You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prevent duplicated rendering of FEATURE_ENABLE_PAYMENT
If the FEATURE_ENABLE_PAYMENT feature flag is set by envVars, do not
render it again. Otherwise, we might end up in confusing cases like: The
flag was set to true, but it's additionally rendered with a default to
false.
0 commit comments