sanity icon indicating copy to clipboard operation
sanity copied to clipboard

Sanity Studio – Rapidly configure content workspaces powered by structured content

Results 441 sanity issues
Sort by recently updated
recently updated
newest added

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** I need to use a component based approach in my app. Every page...

bug
typegen

I define a field like this: ``` defineField({ title: 'Date of publication', name: 'published', type: 'datetime', initialValue: new Date().toISOString(), validation: (Rule) => Rule.required(), }), ``` And I would like to...

bug

This removes the `is-builtin-module` package since all node versions within our `engine` constraint already have such a function built in. This also allows us to remove the temporary workaround we...

**Is your feature request related to a problem? Please describe.** When generating types you only get an "internalGroqTypeReferenceTo" a related schema. ``` export type ProgressBar = { _id: string; _type:...

typegen
CLDX

Dear Sanity Support Team, I hope this message finds you well. I am currently experiencing a recurring issue with my Sanity / Astro.js setup, and I would appreciate your assistance...

If you find a security vulnerability, do NOT open an issue. Email [[email protected]](mailto:[email protected]) instead. **Describe the bug** i have the following query: ``` export const postQuery = groq`*[_type == "post"...

typegen
Feature

### Description This branch adopts a hybrid approach for supporting the Text Search API alongside the GROQ Query API when searching for documents. This is applicable for parts of Studio...

**Is your feature request related to a problem? Please describe.** Most codebases have a strict naming convention, i.e prefixing every type with "i". This is not currently possible with typegen...

typegen

### Description adds ability to run e2e tests headful by specifying `HEADLESS=false pnpm run test:e2e`. This is useful for debugging and provides insight into what the e2e tests actually do...

### Description Added a view for rendering typescript types ### What to review Code readability, I tried to follow what was the established style but lmk if I should update...