From 20dc41b6151da700d82c9e4e9695ddfe3ed00c29 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Tue, 3 Jul 2018 15:42:21 +0200 Subject: [PATCH] Duration bug fixed --- lib/Toast.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Toast.js b/lib/Toast.js index f765306..4c0798c 100644 --- a/lib/Toast.js +++ b/lib/Toast.js @@ -35,14 +35,12 @@ class Toast extends Component { componentWillMount = () => { this._toast = new RootSiblings(); }; componentWillReceiveProps = nextProps => { this._toast.update(); };