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