Skip to content

Commit

Permalink
fix: body freezes when using with radix-vue dropdown (#44)
Browse files Browse the repository at this point in the history
* fix: useBodyScrollLock is not using the internal radix-vue

* Create chilly-plants-sort.md
  • Loading branch information
zernonia authored May 6, 2024
1 parent 68faf4d commit 86568ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/chilly-plants-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vaul-vue": patch
---

fix: body freezes when using with `radix-vue` dropdown
2 changes: 1 addition & 1 deletion packages/vaul-vue/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineConfig({
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
// into your library (Vue)
external: ['vue'],
external: ['vue', 'radix-vue'],
output: {
// Provide global variables to use in the UMD build
// for externalized deps
Expand Down

0 comments on commit 86568ae

Please sign in to comment.