MCPcopy
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

321export type FragmentInstanceType = null;
322
323export function createFragmentInstance(fiber): null {
324 return null;
325}
326
327export function updateFragmentInstanceFiber(fiber, instance): void {
328 // Noop

Callers 1

commitAttachRefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected