@mixd-id/web-scaffold 0.1.230406370 → 0.1.230406371

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.230406370",
4
+ "version": "0.1.230406371",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -258,7 +258,7 @@ export default{
258
258
  }
259
259
 
260
260
  this.scrollerCache = {
261
- id: this.items[this.visibleStartIndex].id,
261
+ id: this.items[this.visibleStartIndex]?.id,
262
262
  index: this.visibleStartIndex
263
263
  }
264
264
  },
@@ -614,7 +614,7 @@ export default{
614
614
  }
615
615
 
616
616
  this.scrollerCache = {
617
- id: this.items[this.visibleStartIndex].id,
617
+ id: this.items[this.visibleStartIndex]?.id,
618
618
  index: this.visibleStartIndex
619
619
  }
620
620
  },