We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e09dbc6 commit 2b88e49Copy full SHA for 2b88e49
1 file changed
packages/shared/src/lib/featureManagement.ts
@@ -151,7 +151,7 @@ export const sharedPostPreviewFeature = new Feature(
151
false,
152
);
153
154
-export const featureOnboardingV2 = new Feature('onboarding_v2', true);
+export const featureOnboardingV2 = new Feature('onboarding_v2', isDevelopment);
155
156
export const featureUpvoteCountThreshold = new Feature<{
157
threshold: number;
0 commit comments