Rylan Harper

Results 54 comments of Rylan Harper

Hmm I am still seeing the bug in the latest release, version `^0.58.4`. The issue arises during the initial startup but is resolved upon refreshing the page.. Although its hard...

Hey @toddpadwick I actually had a chat with someone about this in the Nuxt Sanity Slack channel last month.. Basically I ran into this issue about a year ago and...

@philefstat @davidstackio The SanityImage component hasn't been working with the hotspot for a while unfortunately.. I've been using Nuxt3 with `@nuxt/image-edge` which is working quite well. Here is my snippet:...

Can confirm. I ended up switching to tailwind because this is a prevalent issue in Unocss with Nuxt. Maybe check out @microdou post above @Simon-He95?

I'm getting the same issue on my Nuxt sites using the Shopify Graphql API (using the `Nuxt GraphQL Client` module) upon upgrading to Nuxt `^3.12.1`. I get the same `[Vue...

Just an update to this I found it has something to do with the `useSanityData` composable.. Switching to a straightforward query from the docs (with `useSanityQuery`) fixes the head population...

Another update.. Its coming from `useLazySanityQuery` in the composable, I switched it to `useSanityQuery` and changed the `onMounted` to `onBeforeMount` to always render the latest data from Sanity. Something like...

No worries, just wanted to submit the issue! It actually works fine with an `onMounted` and the plain `useSanityQuery`. What issue do you have with the previews blocking client-side navigation?

Is there any update on this? It seems this package does not work when running `nuxt generate`. Interestingly, it seems icons appear in components that are not within the `nuxt-page`...

@montalvomiguelo Hmm okay got it. Its very odd everything changed all of a sudden, even though it was working for me the past few weeks locally and in a theme...