Z

Results 2 comments of Z

This pull request needs to be merged!! I spent an entire day debugging this install error for the original passwordless-mongostore package, only to find out it was an error with...

I ran into the same issue on Next.js myself, and ended up working around it by requiring the package only when rendering on the client. ``` useEffect(() => { const...