Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
https://temzasse.github.io/react-modal-sheet/
MIT License
830 stars 79 forks source link

Fix snapTo null error #67

Closed mgalante closed 2 years ago

mgalante commented 2 years ago

If the drawer is closed, a call to snapTo will produce and error trying to access getBoundingRectBox image

image