Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
670
export
function
resetCommitErrors(): void {
671
commitErrors = null;
672
}
673
674
export
function
startEffectTimer(): void {
675
if
(!enableProfilerTimer || !enableProfilerCommitHooks) {
Callers
2
commitRoot
Function · 0.90
flushPassiveEffectsImpl
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected