When testing on macOS, I noticed an issue with the list when a first item is injected:
This is likely caused by the ScrollViewProxy and a simple animate for every first item fixes the issue. It's fine either way to scroll to the first item since the user is not somewhere in the middle of a large list.
When testing on macOS, I noticed an issue with the list when a first item is injected:
This is likely caused by the
ScrollViewProxy
and a simple animate for every first item fixes the issue. It's fine either way to scroll to the first item since the user is not somewhere in the middle of a large list.