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

Function render

component/DropDown.js:293–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

291 },
292
293 render() {
294 const {children} = this.props;
295 let node = children ?
296 this.formatYieldChildren(children)
297 : this.formatOptions();
298 return (
299 node
300 );
301 }
302});
303
304

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…