Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ hideTip
Method
hideTip
src/Tip.js:35–40 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
hideTip () {
36
this.setState({
37
show: false
38
});
39
this.unbindClickAway();
40
}
41
42
render () {
43
let
props = this.props;
Callers
nothing calls this directly
Calls
1
unbindClickAway
Method · 0.80
Tested by
no test coverage detected