userflow / userflow.js

Async loader for Userflow.js
https://userflow.com
MIT License
7 stars 2 forks source link

This window check fails on next.js #1

Closed maccman closed 3 years ago

maccman commented 3 years ago

You need to check typeof window first because of the server side rendering.

https://github.com/userflow/userflow.js/blob/6f483484c70a519d24074435d367e2fa64b65093/src/userflow.ts#L169

sebastianseilund commented 3 years ago

Thanks for reporting this! Fixed in v2.1.1 (already published to npm)