Results 4 issues of Wszerad

### Version [v4.0.1-rc.1](https://github.com/apollo-module/releases/tag/v4.0.1-rc.1) ### Reproduction link [https://github.com/wszerad/nuxt-apollo-issue](https://github.com/wszerad/nuxt-apollo-issue) ### Steps to reproduce 1. Run "dev" script 2. Load page (ssr results are ignored and database is called twice) Removing "globalName" from...

**🐛 The bug** If we set ssrRef to null it becomes undefined at client-side. **🛠️ To reproduce** it's because of nullish coalescing operator: https://github.com/nuxt-community/composition-api/blob/main/src/runtime/composables/ssr-ref.ts#L60 **🌈 Expected behaviour** Treat null as...

bug

I have trouble with chokidar watch, it doesn't catch every file change (Win 10). I tried poll option, even useFsEvents and nothing works. fs.watch works well so will be nice...

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Summary 💡 It would be useful to be...

question