Freek van Rijt
Freek van Rijt
Yeah, we're having this problem too, it seems there's still some nuxt hydration going on on page load, but no new data is being loaded from fetch() etc. so we're...
It does seem that something is broken in the offline mode, or at least, in the way that Chrome now detects if it's working. As I understand it, `offlinePage` shouldn't...
Related to network first support also listed in #406
Also running into this issue. It seems the issue is only occurring for translated map values, eg. multiple records in the old database table for the same record (but with...
Hi @ricardogobbosouza, any idea when the fix will be forthcoming? I was trying to work-around it by providing my own svgo settings, but due to #30 , I wasn't able...
While that is understandable, not all libraries may choose to even provide an IIFE build, or in that case can ask the consumer to load the CSS manually, while still...
I'm afraid the original issue still persists on version 2.2.3; `POST http://localhost/nova-api/undefined/field/slug:en/preview 404` Where the URL now contains "undefined" should be the resource name normally.
Just as a side note, I was able to get this working in my app (I decided to drop this component for my own render function in the end). I...
Having the same issue with nested var function in `min()`; eg. `min(var(--maxWidth, 50rem), 100%)` compiles to `100%` instead of expected `min(var(--maxWidth, 50rem), 100%)` Seems to execute less-provided min function instead...
+1 on this, it actually says in the docs regex is supported: https://pwa.nuxtjs.org/workbox/#pagesurlpattern But setting it like this will result in an empty string being passed to workbox: `pagesURLPattern: /^(?!\/auth).*$/`...