MCPcopy Index your code
hub / github.com/react/react / resetCommitErrors

Function resetCommitErrors

packages/react-reconciler/src/ReactProfilerTimer.js:670–672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668}
669
670export function resetCommitErrors(): void {
671 commitErrors = null;
672}
673
674export function startEffectTimer(): void {
675 if (!enableProfilerTimer || !enableProfilerCommitHooks) {

Callers 2

commitRootFunction · 0.90
flushPassiveEffectsImplFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected