Ruslan Lesiutin
Ruslan Lesiutin
Summary: Changelog: [iOS][Removed] - removed Slider module [Android][Removed] - removed Slider module Reviewed By: cortinico Differential Revision: D42394124
Summary: Changelog: [Internal] [Added] - added `getInspectorDataForInstance` method This will be used to get inspector data (specifically props, to get style) by having host instance, which is sent from React...
Summary: Changelog: [General] [Changed] - When hovering over some node in React DevTools, the corresponding view will now display margins and paddings. This feature is present when inspecting elements via...
## Summary RDT backend will now expose method `connectWithCustomMessagingProtocol`, which will be similar to the classic `connectToDevTools` one, but with few differences: 1. It delegates the communication management between frontend...
## Summary Stacked on https://github.com/facebook/react/pull/28552. Review only the [last commit at the top](https://github.com/facebook/react/pull/28553/commits/c69952f1bf6e23252d47e0f7eb98efbbb2cc2c55). These changes add new package `react-devtools-fusebox`, which is the entrypoint for the RDT Frontend, which will be...
Changes proposed in this pull request: - Updates the link to `devtools-ignore-plugin.ts`, which sources were moved after https://github.com/angular/angular-cli/commit/466d86dc8d3398695055f9eced7402804848a381
### Target Branch(es) 0.74 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/43661 ### Description The only affected configuration is android bridgeless. This is the fix. Without this fix,...
### Target Branch(es) 0.74 ### Link to commit or PR to be picked https://github.com/facebook/react-native/pull/43690 ### Description Fixes https://github.com/facebook/react-native/issues/43678. Without this, and without React DevTools enabled, rendering Modal component will throw...
Follow-up to https://github.com/facebook/react/pull/28813. RDT is using `typeOf` from `react-is` to determine the element display name, I've forked an implementation of this method, but will be using legacy element symbol.
This should fix failing DevTools e2e tests on `main`. With these changes, running tests locally successfully passes all cases.