Steve Fuller
Steve Fuller
Still looking into this but it seems like the [exposeFetcher docs maybe incorrect](https://www.graphql-code-generator.com/plugins/typescript-react-query#usage-examples-3). Docs (not working): `await queryClient.prefetchQuery(userQuery.getKey(), () => userQuery.fetcher())` Updated (working): `await queryClient.prefetchQuery(userQuery.getKey(), userQuery.fetcher())` As far as using...
@vdanylov So in doing a little more digging the emails were being sent. However, the e-mail is being sent to my spam folder. The code from this repo shows the...
Thanks for the reply. However still a bit confused on how this is supposed to be hooked together. - sails new testProject && cd testProject - npm install machinepack-prompts machinepack-sailsgulpify...
Thank you for clarifying the installation process. Not sure if further setup is required but this is where I'm at now - `$ sails new testProject` - `$ cd testProject`...
I have Gulp installed for all my other projects using CLI version 1.2.2 and Local version 3.9.1. Running Windows 10 (not by choice).
Ok so doing another global install of Gulp fixed the problem. Not sure why that's the case when I've been using gulp for the past several weeks on this machine....
So everything seems to be working as expected now. Thanks for all your help really appreciate it. Thought it might be beneficial for newer users, like myself, to have a...
@Fuasmattn I used a different tool altogether [react-speed-dial](https://github.com/smollweide/react-speed-dial) which works as advertised