We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f01226 commit 49441e3Copy full SHA for 49441e3
1 file changed
packages/react-reconciler/src/ReactInternalTypes.js
@@ -157,9 +157,6 @@ export type Fiber = {
157
subtreeFlags: Flags,
158
deletions: Array<Fiber> | null,
159
160
- // Singly linked list fast path to the next fiber with side-effects.
161
- nextEffect: Fiber | null,
162
-
163
// The first and last fiber with side-effect within this subtree. This allows
164
// us to reuse a slice of the linked list when we reuse the work done within
165
// this fiber.
0 commit comments