Commit d54b4cf
authored
fix[devtools]: fixed Tree indentation logic after updating react-windows (#28421)
Forward-fixing the indentation after landing
#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 #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`:
https://github.com/bvaughn/react-window/blob/efad3d8909753fd74aad7c47dc902b26f0919651/src/createListComponent.js#L3821 parent d4cac3f commit d54b4cf
File tree
1 file changed
+2
-6
lines changed1 file changed
+2
-6
lines changedLines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
| 589 | + | |
594 | 590 | | |
595 | 591 | | |
596 | 592 | | |
| |||
0 commit comments