Miguel Aragon

Results 3 comments of Miguel Aragon

I also encountered this issue. In our case there's an endless animation that we can't mock at the beginning of our application that prevents `launchApp` from ever resolving.

~Could we reopen this issue? Would love to see this supported~ Never mind, I found a workaround. Please see my comment below 🙇

For anyone still looking for a solution, I created the following hook which can be used to center a detached bottom sheet regardless of its height: ```ts const useCenteredDynamicPositioning =...