Skip to content

Commit 5993003

Browse files
committed
Add a comment
1 parent aa28021 commit 5993003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/shared/forks/ReactFeatureFlags.www-dynamic.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,5 @@ export const createRootStrictEffectsByDefault = false;
5858
export const enableStrictEffects = false;
5959
export const allowConcurrentByDefault = true;
6060
export const enablePersistentOffscreenHostContainer = false;
61-
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

Comments
 (0)