Christoph Heich

Results 2 issues of Christoph Heich

**What package within Headless UI are you using?** @headlessui/vue **What version of that package are you using?** "@headlessui/vue": "^1.6.2", "nuxt": "3.0.0-rc.3" **What browser are you using?** Chrome, Firefox **Reproduction URL**...

**Describe the bug** When using Nuxt 3 with the `````` component while using SSR it causes a hydration node mismatch. ``` import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'; nuxtApp.vueApp.component('font-awesome-icon', FontAwesomeIcon); ```...

bug