Will Stamper
Will Stamper
Simple fix to change "compressiong" to "compression". Also changed one output to use the variable report instead of r, allowing it to finish the report without throwing an error.
### 🔎 Search Terms literal type narrowing ### 🕗 Version & Regression Information Per @jakebailey [here](https://github.com/microsoft/TypeScript/issues/52345#issuecomment-1741937246): > I checked and the change that 10x'd this in 4.8 was https://github.com/microsoft/TypeScript/pull/49625, and...
### Issue Description If you have some code running outside of an apollo context like this: ``` useSuspenseQuery(myQuery, { skip: true, client: myClientInstance }); ``` that seems to work mostly...
### Issue Description I'm pretty sure this is a bug with `skip: true`, or at least `skipToken` behaves like I'd expect. If you have a `useSuspenseQuery` that uses `skip: boolean`...