### Environment ------------------------------ - Operating System: `Windows_NT` - Node Version: `v16.12.0` - Nuxt Version: `3.0.0-27277498.850ef69` - Package Manager: `yarn@1.22.4` - Bundler: `Vite` - User Config: `-` - Runtime Modules: `-` - Build Modules: `-` ------------------------------ ### Reproduction `App.vue` or any components ``` vue <Head> <Title>Test</Title> <Meta name="description" content="My page's description" /> </Head> ``` ### Describe the bug Meta Components reports `Cannot read properties of null (reading'$nuxt')` error  ### Additional context _No response_ ### Logs _No response_