MCPcopy 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

componentDidMountMethod · 0.95
componentDidUpdateMethod · 0.95

Calls 2

addEventsMethod · 0.95
removeEventsMethod · 0.95

Tested by

no test coverage detected