Add feature flag to enable experimental MutationObserver#55919
Closed
rubennorte wants to merge 1 commit into
Closed
Add feature flag to enable experimental MutationObserver#55919rubennorte wants to merge 1 commit into
rubennorte wants to merge 1 commit into
Conversation
|
@rubennorte has exported this pull request. If you are a Meta employee, you can view the originating Diff in D95223862. |
rubennorte
force-pushed
the
export-D95223862
branch
12 times, most recently
from
March 5, 2026 14:54
9ba68f5 to
558c7bc
Compare
Summary: 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
rubennorte
force-pushed
the
export-D95223862
branch
from
March 6, 2026 09:45
558c7bc to
dd17d9e
Compare
Collaborator
|
This pull request was successfully merged by @rubennorte in 3057e28 When will my fix make it into a release? | How to file a pick request? |
|
This pull request has been merged in 3057e28. |
rubennorte
added a commit
that referenced
this pull request
Apr 27, 2026
…6597) Summary: Pull Request resolved: #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
Collaborator
|
This pull request was successfully merged by @rubennorte in 5ef6f97 When will my fix make it into a release? | How to file a pick request? |
fabriziocucci
added a commit
that referenced
this pull request
May 1, 2026
…6600) Summary: Pull Request resolved: #56600 This picks #55919 into 0.85-stable, as we'll be testing this feature in apps using 0.85. Changelog: [Internal] - 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. Reviewed By: Abbondanzo, sammy-SC, javache Differential Revision: D95223862 fbshipit-source-id: e19dd163e5f7fecd9ef28b79be61455f0993a3c4 Co-authored-by: Rubén Norte <rubennorte@meta.com>
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.
Summary:
Changelog: [internal]
Adds a new feature flag to enable the experimental and partial implementation of
MutationObserverReviewed By: sammy-SC
Differential Revision: D95223862