We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5283bd8 commit 725469dCopy full SHA for 725469d
vaadin-grid-flow-parent/vaadin-grid-flow/src/main/resources/META-INF/resources/frontend/gridConnector.js
@@ -931,7 +931,7 @@
931
if ((cache[root] && cache[root][page]) || page < lastRequestedRange[0] || +page > lastRequestedRangeEnd) {
932
delete rootPageCallbacks[page];
933
934
- if (cache[root][page]) {
+ if (cache[root] && cache[root][page]) {
935
// Cached data is available, resolve the callback
936
callback(cache[root][page]);
937
} else {
0 commit comments