v1.0.1
A recent change in v1.0.0 (#11) introduced the use of a React portal to render modals. This depends on window.document which is not available server-side.
This version fixes SSR in frameworks like Next.js by ensuring window.document exists before trying to use it. This means cannot be rendered on the server, but generally this isn't going to required.