We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a910ee commit 0f97d34Copy full SHA for 0f97d34
litho-core/src/main/java/com/facebook/litho/config/ComponentsConfiguration.kt
@@ -45,7 +45,7 @@ internal constructor(
45
val useCancellableLayoutFutures: Boolean = true,
46
val useInterruptibleResolution: Boolean = true,
47
val shouldCacheLayouts: Boolean = true,
48
- val disableNestedTreeCaching: Boolean = false,
+ val disableNestedTreeCaching: Boolean = true,
49
val shouldAddHostViewForRootComponent: Boolean = false,
50
@JvmField
51
val useIncrementalMountGapWorker: Boolean = IncrementalMountExtensionConfigs.useGapWorker,
0 commit comments