Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/SandDance
/ hasCaughtError
Function
hasCaughtError
docs/external/js/react-dom.development.js:324–326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
322
}
323
}
324
function
hasCaughtError() {
325
return
hasError;
326
}
327
function
clearCaughtError() {
328
if
(hasError) {
329
var
error = caughtError;
Callers
6
safelyCallComponentWillUnmount
Function · 0.85
safelyDetachRef
Function · 0.85
safelyCallDestroy
Function · 0.85
commitRootImpl
Function · 0.85
flushPassiveEffectsImpl
Function · 0.85
react-dom.development.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected