We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa28021 commit 5993003Copy full SHA for 5993003
packages/shared/forks/ReactFeatureFlags.www-dynamic.js
@@ -58,4 +58,5 @@ export const createRootStrictEffectsByDefault = false;
58
export const enableStrictEffects = false;
59
export const allowConcurrentByDefault = true;
60
export const enablePersistentOffscreenHostContainer = false;
61
-
+// You probably *don't* want to add more hardcoded ones.
62
+// Instead, try to add them above with the __VARIANT__ value.
0 commit comments