Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ shouldErrorImpl
Function
shouldErrorImpl
packages/react-reconciler/src/ReactFiberReconciler.js:584–584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
582
}
583
584
let
shouldErrorImpl: Fiber => ?boolean = fiber => null;
585
586
export
function
shouldError(fiber: Fiber): ?boolean {
587
return
shouldErrorImpl(fiber);
Callers
1
shouldError
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected