We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running a toy example of egjs-grid for svelte, and I'm getting the error in the title.
import { JustifiedGrid } from "@egjs/svelte-grid"; const gap = 5; const defaultDirection = "end"; const rowRange = 0; const columnRange = [1,8]; const sizeRange = [200,1000]; const isCroppedSize = false; const displayedRow = -1; </script> <JustifiedGrid class="container" {defaultDirection} {gap} {rowRange} {columnRange} {sizeRange} {isCroppedSize} {displayedRow} > <div class="item">1</div> <div class="item">2</div> <div class="item">3</div> <div class="item">4</div> <div class="item">5</div> <div class="item">6</div> <div class="item">7</div> <div class="item">8</div> <div class="item">9</div> <div class="item">10</div> </JustifiedGrid>```
The text was updated successfully, but these errors were encountered:
@NicholasACTran
Thanks for the report. I will fix it soon.
Sorry, something went wrong.
@egjs/svelte-grid 1.10.2 is released. Thank you :)
@egjs/svelte-grid
No branches or pull requests
Description
Running a toy example of egjs-grid for svelte, and I'm getting the error in the title.
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: