Lucas Simines

Results 16 comments of Lucas Simines

I'm facing the same issue with Tailwind and Nuxt 3

@danielroe the build error I mentioned yesterday

I'm experiencing the same issue and trying to find the error to create a reproduction. But installing `defu` for now solved the issue.

Solved this issue by adding `@googlemaps/markerclusterer` into `nuxt.config.ts` build: ``` build: { transpile: ['@fawmi/vue-google-maps', '@googlemaps/markerclusterer'] } ```

I resolved the issue by removing the following lines: ``` // if nothing change (new appears as changed) if(!forceGenerateSlug && !changed) { return instance; } ```

@jarrodconnolly any update about this?

I'm experiencing the same issue after upgrading from rc.4 -> rc.6

`useLazyFetch` seems not regenating a key for each request, all my `useLazyFetch` calls returns the same response of the first call.