There was an error while loading. Please reload this page.
1 parent c9dc9e8 commit 8c54207Copy full SHA for 8c54207
index.js
@@ -52,7 +52,7 @@ export default class Toast extends Component {
52
}
53
).start(() => {
54
this.isShow = true;
55
- if(duration !== DURATION.FOREVER) this.close(callback);
+ if(duration !== DURATION.FOREVER) this.close();
56
});
57
58
0 commit comments