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
There's instances where you might want to dynamically set the scroll direction property, and doing so on the fly doesn't update the list until it is scrolled or otherwise observed.
Should this prop update the list, similar to how re-setting itemSize will cause a re-render?
The text was updated successfully, but these errors were encountered:
On the one hand, I would expect changing the prop to re-render the list. On the other hand, I never considered this an actual/valid use case. Seems like it would make for a pretty odd user experience?
Either way, I should either make it work or add a DEV warning. I'm leaning toward the latter, but let's talk about it.
There's instances where you might want to dynamically set the scroll
direction
property, and doing so on the fly doesn't update the list until it is scrolled or otherwise observed.Should this prop update the list, similar to how re-setting
itemSize
will cause a re-render?The text was updated successfully, but these errors were encountered: