MCPcopy Index your code
hub / github.com/reactstrap/reactstrap / render

Method render

src/UncontrolledCollapse.js:59–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 render() {
60 return (
61 <Collapse isOpen={this.state.isOpen} {...omit(this.props, omitKeys)} />
62 );
63 }
64}
65
66UncontrolledCollapse.propTypes = propTypes;

Callers

nothing calls this directly

Calls 1

omitFunction · 0.90

Tested by

no test coverage detected