Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix[devtools]: fixed Tree indentation logic after updating react-windows #28421

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

hoxyq
Copy link
Contributor

@hoxyq hoxyq commented Feb 22, 2024

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#L382

@facebook-github-bot facebook-github-bot added CLA Signed React Core Team Opened by a member of the React Core Team labels Feb 22, 2024
@hoxyq hoxyq merged commit d54b4cf into facebook:main Feb 22, 2024
37 checks passed
@hoxyq hoxyq deleted the devtools/fix-tree-indentation branch February 22, 2024 19:18
EdisonVan pushed a commit to EdisonVan/react that referenced this pull request Apr 15, 2024
…ows (facebook#28421)

Forward-fixing the indentation after landing
facebook#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 facebook#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#L382
bigfootjon pushed a commit that referenced this pull request Apr 18, 2024
…ows (#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#L382

DiffTrain build for commit d54b4cf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed React Core Team Opened by a member of the React Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants