You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images are rendered but as a list instead of a grid. Also, console gives some errors:
[HMR][Svelte] Unrecoverable HMR error in <App>: next update will trigger a full reload proxy.js:15:11
logError http://localhost:5173/node_modules/svelte-hmr/runtime/proxy.js?v=1b726137:15
Proxy<App> http://localhost:5173/node_modules/svelte-hmr/runtime/proxy.js?v=1b726137:380
<anonymous> http://localhost:5173/src/main.js:4
Description
Images are rendered but as a list instead of a grid. Also, console gives some errors:
Steps to check or reproduce
Using a clean svelte + vite project (no sveltekit)
1.- Create new svelte project with vite
select vanilla svelte and javascript
2.- Replace App.svelte contents file with storybook example
Versions
Node: v18.12.1
Svelte: 3.54.0
egjs-grid: 1.11.2
The text was updated successfully, but these errors were encountered: