unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.71k stars 231 forks source link

[Bug]: Reka UI 1.0.0-alpha.4 errors in Nuxt #1434

Closed Robbe95 closed 1 week ago

Robbe95 commented 1 week ago

Environment

Developement/Production OS: Windows 10 19043.1110
Node version: 20.0.4
Package manager: pnpm@8.6.0
Radix Vue version: 1.0.0-alpha.4
Vue version: latest
Nuxt version: ^3.14.159
Nuxt mode: universal
Nuxt target: server
Client OS: MacOs
Browser: Chrome 90.0.4430.212

Link to minimal reproduction

https://stackblitz.com/edit/nuxt-starter-rmhreg?file=app.vue

Steps to reproduce

  1. Init a Nuxt project
  2. Install reka-ui
  3. Use any component

Describe the bug

Nuxt gets 500 with error @5.4.2_/node_modules/@vueuse/core/index.js' does not provide an export named 'useVModel'

Expected behavior

The component renders

Context & Screenshots (if applicable)

No response

zernonia commented 1 week ago

Fixed in 1.0.0-alpha.5

Robbe95 commented 6 days ago

Thank you! And for all the awesome work you do!