Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/facebook/react
/ createFragmentInstance
Function
createFragmentInstance
packages/react-art/src/ReactFiberConfigART.js:323–325 ·
view source on GitHub ↗
(fiber)
Source
from the content-addressed store, hash-verified
321
export
type
FragmentInstanceType = null;
322
323
export
function
createFragmentInstance(fiber): null {
324
return
null;
325
}
326
327
export
function
updateFragmentInstanceFiber(fiber, instance): void {
328
// Noop
Callers
1
commitAttachRef
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected