Joaquín Sánchez

Results 1398 comments of Joaquín Sánchez

Looks like installing some dependencies (some can go to dev dependencies) fix the issue at least with Nuxt 4.1.3 (testing this PR on my local https://github.com/vite-pwa/create-pwa/pull/36): ```json "dependencies": { "@vite-pwa/assets-generator":...

uhmm, with `?inline` there is flickering in Nuxt dev server when refreshing page with SSR.

@KaelWD now it works in Vite and Nuxt with and without SSR (no vue-router warnings for virtual SASS files requests), updated linked repos PR if you want to check it...

New [@unvuetify/monorepo](https://github.com/userquin/unvuetify-monorepo) repository created and initial packages versions published, we'll have some more Vite/Nuxt utilities in this new repository

New [@unvuetify/monorepo](https://github.com/userquin/unvuetify-monorepo) repository created and initial packages versions published, we'll have some more Vite/Nuxt utilities in this new repository

Original StackBlitz reproduction with pkg-pr-new from this PR working: https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-baeqan?file=package.json

Once the browser finish running the tests, run the TresCanvas test to see the UI: ![imagen](https://github.com/Tresjs/tres/assets/6311119/c0546055-8b36-4499-a7c1-693b4b501436)

@andretchen0 we need to cover e2e tests, we have some internal team discussion about it, stay tuned

Here a repository with advanced manual and on demand examples in the playground: https://github.com/userquin/tresjs-vitest-browser-tests Can also run in StackBlitz, link in the readme file.

`navigateFallbackAllowlist: [/^\/dashboard$/, /^\/auth$/]` didn't work? You should also add `/^\/$/` to the list. are you prerendering the rest of pages? If so, you also need to exclude their html files...