nuxt-ui-pro / saas

A SaaS template made with Nuxt UI Pro.
https://saas-template.nuxt.dev
229 stars 49 forks source link

bug: `Cannot read properties of undefined (reading 'remove')` #9

Closed robingenz closed 5 months ago

robingenz commented 7 months ago

I get the following error in the Dev Console when I navigate to /docs/getting-started for example:

grafik

Steps to reproduce the issue:

  1. Clone https://github.com/nuxt-ui-pro/saas
  2. Run npm install
  3. Run npm run dev
  4. Navigate to /docs/getting-started
benjamincanac commented 7 months ago

I've noticed this too, this might have to be fixed upstream in unhead.

pi0 commented 7 months ago

/cc @harlan-zw

linuxcz commented 6 months ago

Same bug clean instalation, after build and preview have a this error.

Snímek obrazovky 2024-03-01 v 19 55 14
harlan-zw commented 6 months ago

This should no longer throw an error in v1.8.11 of Unhead

atinux commented 6 months ago

cc @benjamincanac

linuxcz commented 6 months ago

Just add in package json "resolutions": { "@unhead/dom": "^1.8.11", "@unhead/ssr": "^1.8.11", "@unhead/vue": "^1.8.11" }, And wait for fix