MCPcopy Create free account
hub / github.com/ZeeCoder/container-query / render

Method render

packages/react-container-query/src/withContainerQuery.js:19–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17 }
18
19 render() {
20 const { wrappedComponentRef, ...wrappedProps } = this.props;
21
22 return <WrappedComponent ref={wrappedComponentRef} {...wrappedProps} />;
23 }
24 };
25
26 HoC.displayName =

Callers 1

renderTestComponentFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected