We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef30c37 commit c4e8640Copy full SHA for c4e8640
1 file changed
patches/virtua@0.49.1.patch
@@ -57,9 +57,9 @@ index 029201a2c8..e3c4c0ca3a 100644
57
@@ -1430,5 +1449,7 @@ const Virtualizer = (props) => {
58
else {
59
for (let [i, j] = range(); i <= j; i++) {
60
-+ if (i >= 0 && i < count) {
61
- items.push(props.data[i]);
62
- indexes.push(i);
++ if (i >= 0 && i < count) {
63
+ items.push(props.data[i]);
64
+ indexes.push(i);
65
+ }
@@ -68,8 +68,8 @@ index 029201a2c8..e3c4c0ca3a 100644
68
});
69
const items = [];
70
71
72
73
74
75
}
0 commit comments