Vicary A.
Vicary A.
The idea is that every property from the `query` proxy is a possible naming collision for the top level `Query`, wrapping it in a util function allows us to move...
If I am understanding the question correctly, `gqty.config.js` is only used when you generate the client. Common use cases of `next.js` only imports the generated client, it should not be...
@PabloSzx you may wanna take a look at this
We definitely don't want to validate too much (`ajv` as an extreme case), that defeats the benefits of TypeScript. I suggest minimal assertions, e.g. [`invariant`](https://www.npmjs.com/package/invariant) or [`assert`](https://www.npmjs.com/package/assert), with a message...
Partially fixed the failing tests, no idea how the remaining `await waitForNextUpdate();` should work in React 18.
@PabloSzx you may want to take a look at this.
Libraries pending for React 18: 1. [x] @chakra-ui/react 1. [x] react-use 1. [ ] @guild-docs/client 1. [x] @theguild/components 1. [x] @testing-library/react 1. [ ] @testing-library/react-hooks Dependencies to be combined with...
@PabloSzx You may have to replace `@guild-doc/client` in `internal/website` with their new boilerplate, more info here https://github.com/the-guild-org/the-guild-docs/issues/580#issuecomment-1203744419.
I heard of the author cannot actively follow this project, I wonder if they accept PRs... I just work on a private fork right now.
> I just came across this myself by tracing through the code and noticing the hidden extra param. At the very least, could someone move on updating the docs where...