Sean Kennedy

Results 16 comments of Sean Kennedy

I ran in to a similar issue on our `[email protected]` app with `[email protected]`. We do not use Nuxt (but have looked in to it) and this issue is spot on...

For what it's worth, I put together a reproduction in the Nuxt issue here, https://github.com/nuxt/nuxt/issues/10593#issuecomment-1399109931. I also went through the changes and confirmed this was working as intended on Vue...

@Healios added in https://github.com/alfhen/vue-cookie/pull/50, though I'm not sure it'll ever get merged in. Feel free to use that if you still need the functionality to get all cookies.

I've noticed this also locally while testing a lazy load implementation and managed to fix it. The issue is from destructuring `slotProps` as I don't think they're being properly defaulted...

@Posoroko as far as I can tell it’s not breaking anything, and both @itsalaidbacklife and I have been preoccupied with a few other things so no real movement on it....

I’d start here, https://vitejs.dev/guide/troubleshooting. > Dynamically import Vite: If you need to keep using CJS, you can dynamically import Vite using import('vite') instead. This requires your code to be written...

This is a pretty weird issue. I did a little digging after talking to @itsalaidbacklife and I don't know the actual solve, but I can say what I think it...

This is an issue within Vuetify, so I filed a bug report with them to address it, https://github.com/vuetifyjs/vuetify/issues/19078. @itsalaidbacklife my suggestion is to either do away with the VCard implementation...

See https://github.com/cuttle-cards/cuttle/blob/main/src/router.js#L43

@Nishith-Savla when working on this, 2 things to look out for: - code splits properly and the bundle decreases in size for each route. - The user experience is not...