Truly Mittal
Truly Mittal
The problem seems to be with the model provided on the page for PRISMA adapter, the fix (or hack) if it was missed, is to added the a new field...
@SimeonGriggs I understand that `sanity deploy` is for standalone projects, but in that case the recently released `sanity schema extract` as well as `sanity typegen generate` would also fail because...
@Ali-Hussein-dev Did you find a solution, i am experiencing this on ` "ai": "^3.2.37",`
I am late to reply, but here is my iteration: ```js const isPending = useMemo(() => messages.length % 2 === 1, [messages]) ```
Sure here it is: This is the site settings schema ```ts import { Settings2Icon } from 'lucide-react' // import { defineField, defineType } from 'sanity' import { defineField, defineType }...