MCPcopy Index your code
hub / github.com/react/create-react-app / warn

Function warn

packages/react-error-overlay/fixtures/bundle_u.mjs:3755–3758  ·  view source on GitHub ↗
(action, result)

Source from the content-addressed store, hash-verified

3753 }
3754
3755 function warn(action, result) {
3756 var warningCondition = false;
3757 true ? warning(warningCondition, 'This synthetic event is reused for performance reasons. If you\'re seeing this, ' + 'you\'re %s `%s` on a released/nullified synthetic event. %s. ' + 'If you must keep the original synthetic event around, use event.persist(). ' + 'See https://fb.me/react-event-pooling for more information.', action, propName, result) : void 0;
3758 }
3759}
3760
3761/***/ }),

Callers 2

setFunction · 0.70
getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected