MCPcopy
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
584let shouldErrorImpl: Fiber => ?boolean = fiber => null;
585
586export function shouldError(fiber: Fiber): ?boolean {
587 return shouldErrorImpl(fiber);

Callers 1

shouldErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected