MCPcopy Create free account
hub / github.com/ElemeFE/element-react / close

Method close

src/alert/Alert.jsx:27–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 close() {
28 this.setState({
29 visible: false
30 });
31 }
32
33 onAfterLeave() {
34 if (this.props.onClose) {

Callers 2

Notification.tsxFile · 0.45
Message.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected