MCPcopy Create free account
hub / github.com/caseywebdev/react-list / createPortal$1

Function createPortal$1

docs/index.js:2879–2889  ·  view source on GitHub ↗
(children, containerInfo, implementation)

Source from the content-addressed store, hash-verified

2877 },
2878 REACT_PORTAL_TYPE = Symbol.for("react.portal");
2879function createPortal$1(children, containerInfo, implementation) {
2880 var key =
2881 3 < arguments.length && void 0 !== arguments[3] ? arguments[3] : null;
2882 return {
2883 $$typeof: REACT_PORTAL_TYPE,
2884 key: null == key ? null : "" + key,
2885 children: children,
2886 containerInfo: containerInfo,
2887 implementation: implementation
2888 };
2889}
2890var ReactSharedInternals =
2891 React.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;
2892function getCrossOriginStringAs(as, input) {

Callers 1

index.jsFile · 0.85

Calls 1

testStringCoercionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…