11dcaf0cf3
* start on removing pseudo virtual list * rename, refactor * remove unused file * fix the tests * actually fix tests * okay actually fix tests
11 lines
211 B
HTML
11 lines
211 B
HTML
<div
|
|
id={`list-item-${key}`}
|
|
aria-hidden="false"
|
|
>
|
|
<svelte:component this={component}
|
|
virtualProps={props}
|
|
virtualIndex={index}
|
|
virtualLength={length}
|
|
/>
|
|
</div>
|