-
Notifications
You must be signed in to change notification settings - Fork 837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails on SSR #136
Comments
@wayne1203, looks like it is the same problem |
@adam-26 Are you using RN 0.49 too?? |
v2.1.2 has been released, let me know if you’re still having issues with SSR. |
Using it with Next.js:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The
measureScollbar()
utility method uses thedocument
object that is not available on nodejs.See it here.
This causes the error
ReferenceError: document is not defined
when rendering is attempted on nodejs.Adam.
The text was updated successfully, but these errors were encountered: