Teemu Taskula
Teemu Taskula
Interesting π€ This is probably due to the fact that I'm mapping over the children and passing them a custom key for `AnimatePresence` to work properly. Can you try to...
@txm3278 I believe this should already be possible with the current implementation: https://codesandbox.io/s/bitter-leaf-82cpv?file=/src/App.tsx
Ah I see, I guess a prop like `disableClosing` might be needed π€ I have to think about how this could be implemented and what does it mean for a...
@stephanschuber would the earlier mentioned `disableClosing` solve your use case or should there also be a prop like `disableInteractions` that would completely disable all gestures? I think the `disableClosing` prop...
@stephanschubert I have released v1.3.0 where I added a `disabledClosing` prop that can be passed to the whole sheet or its subparts to disabled dragging. I also created an [example](https://github.com/Temzasse/react-modal-sheet/blob/master/example/components/DisableDrag.tsx)...
This feature request needs more information since it's not super clear what it means for the sheet to be forced open. There are userland solutions for this problem like described...
Sorry for not responding earlier. I would love to support LazyMotion but I'm not quite sure how to do it π€ Maybe it would be possible to to export a...
Not planning on supporting this for now. Feel free to open a PR if this is still needed π
Hi @benammπ Can you describe your use case for the dynamic snap point in more detail? How should it work from your perspective? I'll try to take a look at...
What would be the expected result when the snap points array is dynamically changed? Should it animate to the snap point that exists in at the current active snap point...