mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50232 While reviewing the `avoidStateUpdateInAnimatedPropsMemo` experiment, I noticed that the control and test groups were invoking `areCompositeKeysEqual` differently: - Test group was passing in `allowlist`. - Control group was not passing in `allowlist`. Passing it in is technically more correct, but let's restore the control group behavior for now to isolate the tested changes. Changelog: [Internal] Reviewed By: javache Differential Revision: D71746745 fbshipit-source-id: aa34db0532ef53ead08bbd632aab0994b31b9340