We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Developement/Production OS: WSL 2 Ubuntu 22.04.3 LTS / Windows 11 / 10.0.22631 Node version: 22.0.8 Package manager: yarn@4.4.1 Radix Vue version: 1.9.5 Vue version: 3.5.5 Nuxt version: - Nuxt mode: - Nuxt target: - CSS framework: - Client OS: Windows 11 / 10.0.22631 Browser: Chrome 128.0.6613.138
https://github.com/hrubysimon/vue3-vite-freeze
src/components/ExtendedPopover/ExtendedPopoverRoot.vue
foo()
console.log('foo')
dev server should be frozen
Memory leaks occurs when extending/re-exporting radix-vue types. I'm not aware of any circular dependencies in provided reproduction.
It might not be caused by radix-vue, but I'm opening issue here as well just to be sure.
No response
The text was updated successfully, but these errors were encountered:
Turns out it is vite-plugin-vue bug, closing this.
vitejs/vite-plugin-vue#443
Sorry, something went wrong.
No branches or pull requests
Environment
Link to minimal reproduction
https://github.com/hrubysimon/vue3-vite-freeze
Steps to reproduce
src/components/ExtendedPopover/ExtendedPopoverRoot.vue
foo()
, e.g. duplicate lineconsole.log('foo')
-> savedev server should be frozen
Describe the bug
Memory leaks occurs when extending/re-exporting radix-vue types.
I'm not aware of any circular dependencies in provided reproduction.
It might not be caused by radix-vue, but I'm opening issue here as well just to be sure.
Expected behavior
No response
Context & Screenshots (if applicable)
vue-freeze.mp4
The text was updated successfully, but these errors were encountered: