mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
Forward-fixing the indentation after landing
https://github.com/facebook/react/pull/28408. Could potentially be
related to `ref` changes in `react`, but haven't validated yet.
Haven't occured while testing the previous PR, but reproduced while
testing the https://github.com/facebook/react/pull/28418, for which I've
rebuilt all dependencies, including `react`.
This change basically removes the props passing from original parent,
`rest` should include only `ref`:
efad3d8909/src/createListComponent.js (L382)
This directory contains code shared between several DevTools packages:
- /packages/react-devtools-core
- /packages/react-devtools-extensions
- /packages/react-devtools-inline
It is not published or released anywhere directly.