diff --git a/lib/index.js b/lib/index.js index 35ce392..a7a6bd3 100644 --- a/lib/index.js +++ b/lib/index.js @@ -168,7 +168,7 @@ function PackeryComponent(React) { this._timer = setTimeout(function() { this.packery.reloadItems(); this.isMounted && this.isMounted() && this.forceUpdate(); - }.bind(this), 0); + }.bind(this), 1000); }, componentWillUnmount: function() {