henrique doro
henrique doro
@taocode I'm yet to add default rendering of links, upon which you won't have to manually specify this unless your link's data structure is different 😉 Do reach out in...
@fershad thank you so much for the work and sorry for the 2-years wait 🙈 I've now added this possibility in `v1.1.0`, which is only available for Sanity v3. You...
Thank you for reporting, Ovi! Will try to get to it by the end of next week - hope it doesn't break UX for you until then 🤞
Fixed in `^2.0.0` (for Sanity V3 only) :)
Thanks for the quick answer 😄 A potential issue with having SanityImageObjectStub as the only valid input is that if you process images that could be resolved or not you'd...
Here you go @thobas-dnvgl : ```ts import type { SanityImageObject } from '@sanity/image-url/lib/types/types' export function getImageDimensions( image: SanityImageObject, ): { width: number; height: number; aspectRatio: number } | undefined {...
I managed to make it work through hyperscript's `innerHTML`, but that adds extra tags to my markup, which are absolutely unnecessary: ```js // This serializer for "imageStripe" works const serializers...
Here's the one for the page query: ``` info [groq] Re-processing groq queries... info [groq] Caching page query: 2324459059 ``` ```json // 2324459059.json {"unprocessed":"`\r\n *[0..2]\r\n`"} // and there's also `804971903.json`,...
Sorry for the wait, Kevin! So I've started a Gatsby site from scratch to test it, and this is still not working. The difference is that now this shows up...
Thanks for the quick action! `useGroqQuery` is now working and that console error is gone, but page-level queries are still not working... They're only parsed when I re-run the process,...