Uh oh!
There was an error while loading. Please reload this page.
'[skip ci] upgrade React Native on a new RDT backend - #46669
Closed
hoxyq wants to merge 3 commits into
Closed
Conversation
facebook-github-bot
commented
Sep 26, 2024
Contributor
This pull request was exported from Phabricator. Differential Revision: D62967059 |
facebook-github-bot
commented
Sep 26, 2024
Contributor
This pull request was exported from Phabricator. Differential Revision: D62967059 |
hoxyqforce-pushed
the
export-D62967059
branch
from
September 26, 2024 15:21
2e800a7 to
ea645acComparefacebook-github-bot
commented
Sep 26, 2024
Contributor
This pull request was exported from Phabricator. Differential Revision: D62967059 |
hoxyqforce-pushed
the
export-D62967059
branch
from
September 26, 2024 17:11
ea645ac to
8fb6fa0Compare
added 3 commits
September 27, 2024 02:20
Summary: # Changelog: allow-large-files Differential Revision: D63460308
Summary: Changelog: [Internal] - Update `react-native/debugger-frontend` from e8c7943...87b2feb Resyncs `react-native/debugger-frontend` from GitHub - see `rn-chrome-devtools-frontend` [changelog](react/react-native-devtools-frontend@e8c7943...87b2feb). Differential Revision: D63455520
Summary: Pull Request resolved: #46669 # Changelog: [Internal] In React DevTools 6.0.0, settings manager is [no longer used](react/react#30986), because the host of the Backend is responsible for settings persistance. Also, `installHook()` call was removed from the top level of the JavaScript module and now we need to call `initialize()` explicitly. The logic for persisting settings will be added in one of the next diffs at the top. Reviewed By: huntie Differential Revision: D62967059
facebook-github-bot
commented
Sep 27, 2024
Contributor
This pull request was exported from Phabricator. Differential Revision: D62967059 |
hoxyqforce-pushed
the
export-D62967059
branch
from
September 27, 2024 09:26
8fb6fa0 to
9ad2083Comparefacebook-github-bot
commented
Sep 27, 2024
Contributor
This pull request has been merged in 53b7f0e. |
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 freeto 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]
In React DevTools 6.0.0, settings manager is no longer used, because the host of the Backend is responsible for settings persistance.
Also, call was removed from the top level of the JavaScript module and now we need to call explicitly.
The logic for persisting settings will be added in one of the next diffs at the top.
Differential Revision: D62967059