MCPcopy Create free account
hub / github.com/gre/gl-react / render

Method render

packages/tests/__tests__/all.js:1944–1949  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1942
1943 class Useless extends React.Component<*> {
1944 render() {
1945 const { width, height } = this.props;
1946 return (
1947 <Node shader={shaders.Useless} uniforms={{ size: [width, height] }} />
1948 );
1949 }
1950 }
1951
1952 const ConnectedUseless = connectSize(Useless);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected