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
When a re-render causes the FlashList's data array to change from from >0 length to 0 length, calling scrollToEnd throws:
TypeError: Cannot read properties of undefined (reading 'x')
at t.getOffsetForIndex (@shopify/flash.list:3:11758)
at t.scrollToIndex (@shopify/flash.list:3:21974)
at t.scrollToEnd (@shopify/flash.list:3:22939)
at t.scrollToEnd (@shopify/flash.list:3:56165)
Expected behavior
scrollToEnd should have no effect when the list is empty.
Current behavior
When a re-render causes the FlashList's data array to change from from >0 length to 0 length, calling
scrollToEnd
throws:Expected behavior
scrollToEnd
should have no effect when the list is empty.To Reproduce
Repro here
Press the "toggle data" to set state and produce the error.
Platform:
Environment
1.6.4
Tasks
The text was updated successfully, but these errors were encountered: