MCPcopy Create free account
hub / github.com/flyfloor/react-component / render

Function render

component/Item.js:12–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 };
11 },
12 render() {
13 const {children} = this.props;
14 return (
15 <div {...this.props}>
16 {children}
17 </div>
18 );
19 }
20});
21
22module.exports = Item;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…