We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a573639 commit 85da3b9Copy full SHA for 85da3b9
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