Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactstrap/reactstrap
/ render
Method
render
src/UncontrolledAlert.js:16–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}
15
16
render() {
17
return
(
18
<Alert isOpen={this.state.isOpen} toggle={this.toggle} {...this.props} />
19
);
20
}
21
}
22
23
export
default UncontrolledAlert;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected