We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be76966 commit 501a788Copy full SHA for 501a788
packages/shared/ReactFeatureFlags.js
@@ -95,7 +95,7 @@ export const enableNativeTargetAsInstance = false;
95
96
// Controls sequence of passive effect destroy and create functions.
97
// If this flag is off, destroy and create functions may be interleaved.
98
-// When the falg is on, all destroy functions will be run (for all fibers)
+// When the flag is on, all destroy functions will be run (for all fibers)
99
// before any create functions are run, similar to how layout effects work.
100
// This flag provides a killswitch if that proves to break existing code somehow.
101
export const runAllPassiveEffectDestroysBeforeCreates = false;
0 commit comments