vueuse/schema-org

Nuxt 3 Stable errors

urbangeekllc opened this issue · 9 comments

Currently just switched from rc8 to stable schema-org was working just fine but now it's not working at all after switching to stable.
image

image

Running "nuxt-schema-org": "^1.1.0-beta.6"

same problem here...

any update... ???

Hey guys, thanks for reporting. Will try and resolve soon

Same problem after build (nuxt rc13), working well in dev

Same issue, this broke in production (SSG) but work in dev

I am currently working on a v2 that utilizes the new @vueuse/head v1 API. Will be released possibly tomorrow.

@harlan-zw thank you for the update. Can't wait to check out V2

Thanks for your patience, the v2 is out and release notes are here: https://github.com/vueuse/schema-org/releases/tag/v2.0.0

For the nuxt module, it should be pretty straight forward, just update to 2.0.0.

If you do have issues, try deleting lock file / node_modules and re-installing. 2.0.0 requires the latest @vueuse/head which Nuxt has pinned but you may be using an old version.

Will close for now but please post if you have any issues