Ruslan Lesiutin
Ruslan Lesiutin
Summary: Changelog: [Internal] via js1 upgrade react-devtools -v ^5.2.0 allow-large-files Differential Revision: D57167968
## Summary - While rolling out RDT 5.2.0 on Fusebox, we've discovered that context menus don't work well with this environment. The reason for it is the context menu state...
Looks like this is unused
## Summary: We have enabled `consoleManagedByDevToolsDuringStrictMode` flag for OSS builds in https://github.com/facebook/react/pull/29903 for 0.75. This changed behaviour is supported by RDT 5.3.0, which shipped support for dimming console messages from...
### Target Branch(es) 0.75 ### Link to commit or PR to be picked PR against 0.75-stable: https://github.com/facebook/react-native/pull/45288 ### Description Please see description in https://github.com/facebook/react-native/pull/45288.
Stacked on https://github.com/facebook/react/pull/30610 and whats under it. See last commit.
Stacked on https://github.com/facebook/react/pull/30567 and whats under it. See changes [here](https://github.com/facebook/react/pull/30594/commits/4cb7bba185b1e03f72555bdf8c6b1860832830d8). Similar to https://github.com/facebook/react/pull/30567, but for `getDispatcherRef` function. Will be used in `hook.js` later.
Stacked on https://github.com/facebook/react/pull/30566 and whats under it. See [this commit](https://github.com/facebook/react/pull/30596/commits/b97483d1de3e9ec747775533b4125fcea91b549e). It is mostly copying code from one place to another and updating tests. With these changes, for every console method...
Stacked on https://github.com/facebook/react/pull/30566. See [this commit](https://github.com/facebook/react/pull/30597/commits/0c7752c274adad76632a267e47790078d7c4f33b). Moving `formatWithStyles` and `formatConsoleArguments` to its own modules, so that we can finally have a single implementation for these and stop inlining them in...
Stacked on https://github.com/facebook/react/pull/30564. We are no longer using browser theme in our console patching, this was removed in unification of console patching for strict mode, we started using ansi escape...