Last active
December 21, 2018 18:22
-
-
Save CarlMungazi/101a8c8ecf7da730ec35344bec46dde3 to your computer and use it in GitHub Desktop.
Fiber Object Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
containerInfo: div#root | |
context: null | |
current: FiberNode {tag: 3, key: null, …} | |
didError: false | |
earliestPendingTime: 0 | |
earliestSuspendedTime: 0 | |
expirationTime: 0 | |
finishedWork: null | |
firstBatch: null | |
hydrate: false | |
interactionThreadID: 1 | |
latestPendingTime: 0 | |
latestPingedTime: 0 | |
latestSuspendedTime: 0 | |
memoizedInteractions: Set(0) {} | |
nextExpirationTimeToWorkOn: 0 | |
nextScheduledRoot: null | |
pendingChildren: null | |
pendingCommitExpirationTime: 0 | |
pendingContext: null | |
pendingInteractionMap: Map(0) {} | |
timeoutHandle: -1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment