An open API service indexing awesome lists of open source software.

https://github.com/hex-digital/typegen-error-reproduction


https://github.com/hex-digital/typegen-error-reproduction

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# typegen-error-reproduction

Reproduction of the typegen error from Sanity

![img.png](img.png)

To reproduce:

```
1. Clone repo

2. npx sanity schema extract

3. npx sanity typegen generate

4. Observe error
```

Expectation is types are correctly generated with no error.

See: https://github.com/sanity-io/sanity/issues/9870