From 019a553ea463dfbfb80fb7f7dbfcb26fe886ef61 Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Tue, 9 Sep 2025 18:46:39 -0700 Subject: [PATCH] Remove enable_eager_alternate_state_node_cleanup param (#53693) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53693 Changelog: [Internal] - Remove usage of `enableEagerAlternateStateNodeCleanup` as it is default true now Reviewed By: yungsters Differential Revision: D81962955 fbshipit-source-id: 80b0d9321b1162dd79d052b05acb3dc9459e37d2 --- .../VirtualView-enableEagerAlternateStateNodeCleanup-itest.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/react-native/src/private/components/virtualview/__tests__/VirtualView-enableEagerAlternateStateNodeCleanup-itest.js b/packages/react-native/src/private/components/virtualview/__tests__/VirtualView-enableEagerAlternateStateNodeCleanup-itest.js index 7f6f24d302d..06a87fadbf2 100644 --- a/packages/react-native/src/private/components/virtualview/__tests__/VirtualView-enableEagerAlternateStateNodeCleanup-itest.js +++ b/packages/react-native/src/private/components/virtualview/__tests__/VirtualView-enableEagerAlternateStateNodeCleanup-itest.js @@ -4,7 +4,6 @@ * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * - * @fantom_react_fb_flags enableEagerAlternateStateNodeCleanup:true * @flow strict-local * @format */