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
815 stars 77 forks source link

Server Side Rendering #2

Closed fairhat closed 3 years ago

fairhat commented 3 years ago

Hey,

currently using this component for SSR is impossible because src/sheet.tsx uses ReactDOM.createPortal(... document.body) document is undefined inside SSR (in my case next.js)

Temzasse commented 3 years ago

Thank you for reporting this 🙏

I haven't used Next.js before but I'll take a look at this issue 👍

Temzasse commented 3 years ago

@fairhat I believe this issue should be fixed in version 0.1.3.