@tanstack/virtual-core
Advanced tools
Comparing version 3.10.5 to 3.10.6
@@ -17,3 +17,3 @@ export * from './utils.js'; | ||
} | ||
type Key = number | string; | ||
type Key = number | string | bigint; | ||
export interface VirtualItem { | ||
@@ -20,0 +20,0 @@ key: Key; |
{ | ||
"name": "@tanstack/virtual-core", | ||
"version": "3.10.5", | ||
"version": "3.10.6", | ||
"description": "Headless UI for virtualizing scrollable elements in TS/JS + Frameworks", | ||
@@ -5,0 +5,0 @@ "author": "Tanner Linsley", |
@@ -29,3 +29,3 @@ import { approxEqual, debounce, memo, notUndefined } from './utils' | ||
type Key = number | string | ||
type Key = number | string | bigint | ||
@@ -32,0 +32,0 @@ export interface VirtualItem { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
193517