MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / findHostInstance

Function findHostInstance

code/redux/public/app.js:14369–14375  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

14367 }
14368
14369 function findHostInstance(fiber) {
14370 var hostFiber = findCurrentHostFiber(fiber);
14371 if (hostFiber === null) {
14372 return null;
14373 }
14374 return hostFiber.stateNode;
14375 }
14376
14377 return {
14378 createContainer: function (containerInfo, isAsync, hydrate) {

Callers 1

ReactFiberReconciler$1Function · 0.70

Calls 1

findCurrentHostFiberFunction · 0.70

Tested by

no test coverage detected