MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / render

Method render

types/reactstrap-tests.tsx:3476–3484  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3474 }
3475
3476 render() {
3477 return (
3478 <div>
3479 {this.state.popovers.map((popover, i) => {
3480 return <PopoverItem key={i} item={popover} id={i} />;
3481 })}
3482 </div>
3483 );
3484 }
3485}
3486
3487class PopoverExampleFlipFade extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected