MCPcopy
hub / github.com/Nealyang/React-Express-Blog-Demo / openNotification

Method openNotification

app/containers/index.js:33–42  ·  view source on GitHub ↗
(type, message)

Source from the content-addressed store, hash-verified

31 }
32
33 openNotification(type, message) {
34 let that = this;
35 notification[type]({
36 message: message,
37 onClose: () => {
38 that.props.clear_msg();
39 }
40 });
41 that.props.clear_msg();
42 };
43
44 render() {
45 let {isFetching} = this.props;

Callers 1

renderMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected