You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the update, and sorry the delay here. I think this is because of a conflicting type name when we serialize the type names to be compatible as a TS identifier.
Describe the bug
Using sanity-typegen to create GROQ query types results in wrong types.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
VideoBlockQResult["video"]["asset"]
should be of typePartial<MuxVideoAsset> | undefined
Which versions of Sanity are you using?
Run
sanity versions
in the terminal and copy-paste the result here.What operating system are you using?
Which versions of Node.js / npm are you running?
The text was updated successfully, but these errors were encountered: