I would appreciate if this library implemented an `updated` event fired from the VirtualList component each time the rendered items are updated. Can be something as simple as `afterUpdate(() => dispatch('updated'))` It would help a great deal thank you.
I would appreciate if this library implemented an
updatedevent fired from the VirtualList component each time the rendered items are updated.Can be something as simple as
afterUpdate(() => dispatch('updated'))It would help a great deal thank you.