karlomedallo
karlomedallo
My use case is this:  I just want all `_type: image` to show just the `asset->url`. You can see that `navigationItems` is recursive with no predefined depth. Either get...
I'm using 9.0.6 and my very simple workspaces setup makes react unavailable in dependent packages To repro: corepack enable pnpm -r install pnpm --filter=repro dev The main app is based...
Thanks for the response. Can this be converted to a feature request instead?
Much appreciated! I really like the idea of just writing once, and you get both Typescript types and Sanity Schema. Thank you for making this project!
Tried using the code from: @obaraujo in Typescript but I'm quite unsure how to properly type this. Thanks again! : ``` const ElementIcon: IconType = loadable(() => import(`react-icons/${lib}/index.js`), { resolveComponent:...
I had a look at this... if I understood how pre-aggregations work in this scenario is it needs to convert database-specific types to type that cubestore understands... and looking at...