useToast and useOverlay not working on prod, working fine on dev
So I've been struggling with nuxt ui for the past few days, I use the useToast and useOverlay composables and everything works fine on dev mode, but once I deploy my project they just wont do anything and I have no idea why. I tried both ssr and ssg mode but it doesn't work. I don't understand what I'm doing wrong here.
I installed nuxt UI 4.0.0 that just came out, but that didn't change anything
For instance one of my useToast is used in a pinia store :
And my app.vue is :
I installed nuxt UI 4.0.0 that just came out, but that didn't change anything
For instance one of my useToast is used in a pinia store :
And my app.vue is :
