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
I am trying to implement a masonry layout using the svelte package but it doesn't align anything, it doesn't even modify the children
<MasonryGrid column={4} columnSize={200} align={'end'}> {#each category.posters as card} <Card {card} /> {/each} </MasonryGrid>
The text was updated successfully, but these errors were encountered:
@isaacfink
The reason is not ascertained. Are there any differences?
src/routes/about/about.svelte // See About Page
https://codesandbox.io/p/sandbox/compassionate-herschel-71x9n5
Sorry, something went wrong.
@daybrush it doesn't work for me as well. Here's the error VS Code shows: And here's what the console returns:
require() of ES Module ./node_modules/svelte/src/runtime/internal/index.js from ./node_modules/@egjs/svelte-grid/dist/grid.cjs.js not supported.
No branches or pull requests
Description
I am trying to implement a masonry layout using the svelte package but it doesn't align anything, it doesn't even modify the children
Steps to check or reproduce
The text was updated successfully, but these errors were encountered: