MCPcopy Create free account
hub / github.com/ctrlplusb/react-tree-walker / isForwardRef

Function isForwardRef

src/index.js:79–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 Comp.prototype.isPureReactComponent)
78
79const isForwardRef = Comp =>
80 Comp.type && Comp.type.$$typeof === forwardRefSymbol
81
82const providesChildContext = instance => !!instance.getChildContext
83

Callers 1

recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected