John Twigg

Results 8 comments of John Twigg

Is there a separate Issue for @defer support? Is it in progress?

I'm seeing the same problem. Usage of `anyOf` causes schema to devolve to `[k: string]: unknown;`

> I tried going all the way back to 2.20.0 just for kicks and it's broken with the same error: > > ``` > "graphql-download": "npx [email protected] schema:download --endpoint=https://..../graphql schema.json",...

@calvincestari @Iron-Ham Is there a working branch showing the progress? Cheers for all the work.

https://github.com/colinhacks/zod/pull/3023 @colinhacks Can this PR please merge. Zod is really in a bad position without this feature. Without it, you have to tunnel the context through all your schema fragments,...

@GabrielOGabs Unfortunately for me, this doesn't support injected properties, example: ``` type LabelProps = { type: FieldName, selected: FieldName | undefined } export const Label = tw.p` pl-1 text-justify ${(x)...

> What fixed it for me was switching my VS code TS version to 4.9. Before, I was using 4.8 That worked for me; link here how how to change...