@solid-primitives/virtual, namely support for dynamic item sizes and fixes to broken reactivity.scrollToItem utility function that is now returned from createVirtualList. This works perfectly fine if you are just using the headless virtual list.VirtualList component that abstracts away the HTML boilerplate required for createVirtualList to function. For convenience, I would like to expose the scrollToItem function for use outside of VirtualList. Problem is, I have yet to find an idiomatic way to accomplish this after searching around for a bit.