Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactstrap/reactstrap
/ handleProps
Method
handleProps
src/Dropdown.js:220–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
handleProps() {
221
if
(this.props.isOpen) {
222
this.addEvents();
223
}
else
{
224
this.removeEvents();
225
}
226
}
227
228
getContextValue() {
229
return
{
Callers
2
componentDidMount
Method · 0.95
componentDidUpdate
Method · 0.95
Calls
2
addEvents
Method · 0.95
removeEvents
Method · 0.95
Tested by
no test coverage detected