diff --git a/routes/_utils/virtualListStore.js b/routes/_utils/virtualListStore.js index 8867457e..5538eedd 100644 --- a/routes/_utils/virtualListStore.js +++ b/routes/_utils/virtualListStore.js @@ -15,6 +15,10 @@ class VirtualListStore extends Store { batch[subKey] = value requestAnimationFrame(() => { + let batch = this._batches[key] + if (!batch) { + return + } let updatedKeys = Object.keys(batch) if (!updatedKeys.length) { return