MCPcopy Index your code
hub / github.com/flyfloor/react-component / handleClose

Function handleClose

component/Message.js:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 },
50
51 handleClose(){
52 const {onClose} = this.props;
53 onClose();
54 this.clearTimer()
55 this.setState({
56 display: false
57 });
58 },
59
60 render() {
61 let {children, content, className, position, closeNode, style, onClose} = this.props;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…