Marco

Results 6 comments of Marco

I encountered the same problem. I resolved with minimal changes, I simply added a context that wraps the Root component return: ``` // credenza.tsx import { createContext, useContext } from...

Already fixed by #16 some time ago

Could be cool. For the Drawer part is pretty easy, just use the the DrawerPrimitive.NestedRoot from vaul ``` drawer.tsx // add this: const DrawerNested = ({ shouldScaleBackground = true, ...props...

I came across also to this Stackable Dialogs from [Dialog Stack KiboUI](https://www.kibo-ui.com/components/dialog-stack)