We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 353ecd0 commit ddd736dCopy full SHA for ddd736d
packages/react-reconciler/src/ReactInternalTypes.js
@@ -157,12 +157,6 @@ export type Fiber = {
157
subtreeFlags: Flags,
158
deletions: Array<Fiber> | null,
159
160
- // The first and last fiber with side-effect within this subtree. This allows
161
- // us to reuse a slice of the linked list when we reuse the work done within
162
- // this fiber.
163
- firstEffect: Fiber | null,
164
- lastEffect: Fiber | null,
165
-
166
lanes: Lanes,
167
childLanes: Lanes,
168
0 commit comments