markForceUpdateScheduled() — react Function Reference
Architecture documentation for the markForceUpdateScheduled() function in ReactFiberDevToolsHook.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 257d071f_0786_8469_5191_04da5fd0f650["markForceUpdateScheduled()"] 1f955e30_ff03_d9f9_d498_58b7dc7858dc["ReactFiberDevToolsHook.js"] 257d071f_0786_8469_5191_04da5fd0f650 -->|defined in| 1f955e30_ff03_d9f9_d498_58b7dc7858dc style 257d071f_0786_8469_5191_04da5fd0f650 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/react-reconciler/src/ReactFiberDevToolsHook.js lines 475–484
export function markForceUpdateScheduled(fiber: Fiber, lane: Lane): void {
if (enableSchedulingProfiler) {
if (
injectedProfilingHooks !== null &&
typeof injectedProfilingHooks.markForceUpdateScheduled === 'function'
) {
injectedProfilingHooks.markForceUpdateScheduled(fiber, lane);
}
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does markForceUpdateScheduled() do?
markForceUpdateScheduled() is a function in the react codebase, defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js.
Where is markForceUpdateScheduled() defined?
markForceUpdateScheduled() is defined in packages/react-reconciler/src/ReactFiberDevToolsHook.js at line 475.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free