-
-
Notifications
You must be signed in to change notification settings - Fork 340
New issue
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
Drawer Overlay receives an unexpected slot #1215
Comments
Experiencing the same issue code for reference
|
Hey @walker-tx, I believe the actual correct way to handle this will be to update the |
@huntabyte As in updating bits? |
Vaul imports the bits |
fixed in @next |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Hey 👋
First of all, thanks for the library! It's awesome!
I'm experiencing a minor warning with the Drawer component:
I believe it comes from this file. It seems like
DrawerPrimitive.Overlay
doesn't accept the<slot />
. When I manually remove slot from the component, the warning disappears, while the Drawer still works as expected.Reproduction
https://stackblitz.com/edit/github-eft978?file=src%2Froutes%2F%2Bpage.svelte
Look to the browser console to see the warning.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: