We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 858b7fc + 1b8a062 commit 4e08ea5Copy full SHA for 4e08ea5
1 file changed
packages/binding.foreach/src/foreach.ts
@@ -24,7 +24,7 @@ import { contextFor, applyBindingsToDescendants, AsyncBindingHandler } from '@tk
24
import type { AllBindings } from '@tko/bind'
25
26
// Utilities
27
-const MAX_LIST_SIZE = 9007199254740991
+const MAX_LIST_SIZE = Number.MAX_SAFE_INTEGER
28
29
// from https://github.com/jonschlinkert/is-plain-object
30
function isPlainObject(o): o is Record<string, any> {
0 commit comments