You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cdk/scrolling): Prevents NaN being returned as firstVisibleIndex. (#21505)
When firstVisibleIndex divides by zero, which can happen when the page
is built and loaded dynamically; the NaN result will be used in other calculations.
This then throws off things like the `newRange.start` value also returning NaN, breaking the plugin.
0 commit comments