MCPcopy Create free account
hub / github.com/docker/getting-started / render

Function render

app/src/static/js/react-bootstrap.js:2362–2364  ·  view source on GitHub ↗
(props, ref)

Source from the content-addressed store, hash-verified

2360 displayName = _ref$displayName === void 0 ? renderFn.name || renderFn.displayName : _ref$displayName;
2361
2362 var render = function render(props, ref) {
2363 return renderFn(props, ref);
2364 };
2365
2366 return Object.assign(_react.default.forwardRef || !allowFallback ? _react.default.forwardRef(render) : function (props) {
2367 return render(props, null);

Callers 1

forwardRefFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…