Skip to content

v1.0.1

Choose a tag to compare

@mbrookson mbrookson released this 14 Jul 19:21
· 19 commits to master since this release
7f18dc1

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.