cuire / svelte-grid-extended

A draggable and resizable grid layout, for Svelte
https://svelte-grid-extended.vercel.app
MIT License
74 stars 8 forks source link

Invalid assertion #75

Open FluffyDiscord opened 4 months ago

FluffyDiscord commented 4 months ago

The following assertion in your package does not make sense to me. I am setting the row number explicitly, so why is this assertion still triggering?

image

<Grid cols={0} rows={10} itemSize={{width: 400}} on:change={handlePinnedGridChange} collision="push" bind:controller={gridController}></Grid>