MCPcopy
hub / github.com/facebook/react / warnForMissingKey

Function warnForMissingKey

packages/react-reconciler/src/ReactChildFiber.js:129–133  ·  view source on GitHub ↗
(
  returnFiber: Fiber,
  workInProgress: Fiber,
  child: mixed,
)

Source from the content-addressed store, hash-verified

127let ownerHasFunctionTypeWarning;
128let ownerHasSymbolTypeWarning;
129let warnForMissingKey = (
130 returnFiber: Fiber,
131 workInProgress: Fiber,
132 child: mixed,
133) => {};
134
135if (__DEV__) {
136 didWarnAboutMaps = false;

Callers 1

warnOnInvalidKeyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected