Pick feature flag to enable experimental MutationObserver (#55919) (0.83)#56597
Merged
rubennorte merged 1 commit intofacebook:0.83-stablefrom Apr 27, 2026
Merged
Conversation
|
Warning JavaScript API change detected This PR commits an update to
This change was flagged as: |
) Summary: Pull Request resolved: facebook#55919 Changelog: [internal] Adds a new feature flag to enable the experimental and partial implementation of `MutationObserver` Reviewed By: Abbondanzo, sammy-SC, javache Differential Revision: D95223862 fbshipit-source-id: e19dd163e5f7fecd9ef28b79be61455f0993a3c4
b7b5862 to
aa1e51b
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: [internal]
Summary:
This picks #55919 into 0.83-stable, as we'll be testing this feature in apps using 0.83.
Changelog:
Not needed. It's gated behind a feature flag that's disabled by default.
Test Plan:
Tested e2e on Android and iOS using RN Tester. Everything compiles correctly.