Open Stiropor opened 2 years ago
Same behaviour in the basic version with Vue 3/Typescript. Developing works fine, production-build however doesn't show the Lightbox, no error and nothing. Trying to debug this currently.
has anyone found a solution? I haven't found the bug after spent many hours... Same Problem. DEV Works, Build & Generate doesn't show the lightbox.
Use:
import FsLightboxV3 from "fslightbox-vue/v3";
const FsLightbox = FsLightboxV3.default || FsLightboxV3;
and it works...
Hi, we're having pro version, works very well with Nuxt3 while developing. Building it (or putting on Netlify) however doesn't work. No errors or anything, just doesn't open, also no events (like init) get dispatched. Has anyone came upon this problem?