TanStack
OSS
virtual
Sign in / Sign up
Open main menu
virtual
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
fix/scrollToIndex-null-targetWindow
e6f246df Apply suggestion from @piecyk Co-authored-by: Damian Pieczynski <piecyk@gmail.com>
23 hours ago
by ansmonjol
a
Failed
fix/scrollToIndex-null-targetWindow
80665981 fix(virtual-core): guard against null targetWindow in scrollToIndex rAF callback When a component unmounts while scrollToIndex is in progress, the cleanup method sets targetWindow to null. However, the already-scheduled requestAnimationFrame callback in tryScroll still fires and accesses this.targetWindow without a null check, causing "Cannot read properties of null (reading 'requestAnimationFrame')". Add an early return guard at the top of the rAF callback to bail out if targetWindow has been cleaned up.
1 day ago
by ansmonjol
a
Previous page
Previous
Next
Next page