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

refactor: remove dead types of fiber #28405

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

bubucuo
Copy link
Contributor

@bubucuo bubucuo commented Feb 21, 2024

The properties firstEffect and lastEffect of the Fiber are currently not being used and are considered to be dead code, and can be removed.

The properties `firstEffect` and `lastEffect` of the Fiber are currently not being used and are considered to be dead code, and can be removed.
@gaearon gaearon changed the title refactor: remove dead code of fiber refactor: remove dead types of fiber Feb 21, 2024
@gaearon gaearon merged commit ddd736d into facebook:main Feb 21, 2024
3 checks passed
EdisonVan pushed a commit to EdisonVan/react that referenced this pull request Apr 15, 2024
The properties `firstEffect` and `lastEffect` of the Fiber are currently
not being used and are considered to be dead code, and can be removed.
bigfootjon pushed a commit that referenced this pull request Apr 18, 2024
The properties `firstEffect` and `lastEffect` of the Fiber are currently
not being used and are considered to be dead code, and can be removed.

DiffTrain build for commit ddd736d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants