-
Notifications
You must be signed in to change notification settings - Fork 46.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Brian Vaughn
committed
Feb 18, 2020
1 parent
691096c
commit 14afeb1
Showing
1 changed file
with
1 addition
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -48,6 +48,7 @@ export const disableUnstableRenderSubtreeIntoContainer = __EXPERIMENTAL__; | |||
export const warnUnstableRenderSubtreeIntoContainer = false; | ||||
export const disableUnstableCreatePortal = __EXPERIMENTAL__; | ||||
export const deferPassiveEffectCleanupDuringUnmount = false; | ||||
export const runAllPassiveEffectDestroysBeforeCreates = false; | ||||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
bvaughn
Contributor
|
runAllPassiveEffectDestroysBeforeCreates, |
Did you mean to make this a dynamic flag?