Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ isLazyType
Function
isLazyType
packages/react/src/jsx/ReactJSXElement.js:834–840 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
832
}
833
834
export
function
isLazyType(object) {
835
return
(
836
typeof object ===
'object'
&&
837
object !== null &&
838
object.$$typeof === REACT_LAZY_TYPE
839
);
840
}
Callers
1
validateChildKeys
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected