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
I have been using this in my svelte components in my Asto site but one has started throwing an error since update to Astro 5, Svelte 5 & Vite 6.
at __typeError (chunk-E2JEHENU.js?v=c02cd754:6:9)
at __accessCheck (chunk-E2JEHENU.js?v=c02cd754:19:62)
at __privateGet (chunk-E2JEHENU.js?v=c02cd754:20:46)
at Object.get [as open] (chunk-B7RU2S4X.js?v=c02cd754:714:18)
at HTMLAnchorElement.openGallery (BiggerPicture.svelte:87:7)
I'm not exactly sure whether this is an Astro error or an issue with BiggerPicture, to trouble shoot this? Any chance you have an idea to send me in the right direction?
Epic package by the way!
I have been using this in my svelte components in my Asto site but one has started throwing an error since update to Astro 5, Svelte 5 & Vite 6.
I'm not exactly sure whether this is an Astro error or an issue with BiggerPicture, to trouble shoot this? Any chance you have an idea to send me in the right direction?
Minimum example here https://stackblitz.com/edit/withastro-astro-fio3qbsq
npm run dev
the lightbox should appear on the masonary on click, error in console.The text was updated successfully, but these errors were encountered: