Commit Graph

3 Commits

Author SHA1 Message Date
707626dee7 fix: PaginatedResponseArray performance regression causing Firefox crash
Two issues fixed in PaginatedResponseArray:
1. Replace spread constructor with iterative PaginatedResponseArray.from()
   to avoid stack overflow with large arrays (~31k+ items)
2. Make .total and .partial non-enumerable to restore TanStack Query
   structural sharing and prevent unnecessary re-renders

Co-authored-by: mkljczk <21127288+mkljczk@users.noreply.github.com>
2026-03-01 11:26:44 +00:00
d1b0f65fc8 chore: remove package-lock.json and add to gitignore 2026-03-01 11:26:10 +00:00
6820af3da8 fix: PaginatedResponseArray performance regression causing Firefox crash 2026-03-01 11:26:03 +00:00