Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to find "useMeta" imported from "#imports" nuxt3-3.0.0 #2453

Closed
7 tasks done
imp-oh opened this issue Nov 17, 2022 · 3 comments
Closed
7 tasks done

failed to find "useMeta" imported from "#imports" nuxt3-3.0.0 #2453

imp-oh opened this issue Nov 17, 2022 · 3 comments

Comments

@imp-oh
Copy link

imp-oh commented Nov 17, 2022

Describe the bug

failed to find "useMeta" imported from "#imports"

Reproduction

[vite-node] [plugin:nuxt:imports-transform] [VITE_ERROR] /node_modules/@vueuse/nuxt/ssr-plugin.mjs

System Info

[vite-node] [plugin:nuxt:imports-transform] [VITE_ERROR] /node_modules/@vueuse/nuxt/ssr-plugin.mjs

import { setSSRHandler } from '@vueuse/core'
import { defineNuxtPlugin, useCookie, useMeta } from '#imports'

Used Package Manager

pnpm

Validations

@imp-oh
Copy link
Author

imp-oh commented Nov 17, 2022

I believe useMeta was replaced with useHead
SEO and Meta
Also a heads up, useBody renamed to readBody and useCookies renamed to parseCookies in case you run into those two.(https://github.com/nuxt/nuxt.js/issues/15506)]

@shtse8
Copy link

shtse8 commented Nov 17, 2022

This should be fixed in this (PR)[https://github.com//pull/2449]

@webfansplz
Copy link
Member

Fixed in v9.6.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants