MCPcopy Create free account
hub / github.com/GrapesJS/react / result

Function result

packages/grapesjs-react/src/utils/react.tsx:46–48  ·  view source on GitHub ↗
({ children }: PortalContainerProps)

Source from the content-addressed store, hash-verified

44 }
45
46 const result = function Container({ children }: PortalContainerProps) {
47 return createPortal(createElement('div', null, children), el);
48 };
49
50 elContainerMap.set(el, result);
51

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected