Skip to content
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

Crashing on SSR because window is undefined #1

Closed
PeterWTipple opened this issue Mar 26, 2019 · 0 comments · Fixed by #3
Closed

Crashing on SSR because window is undefined #1

PeterWTipple opened this issue Mar 26, 2019 · 0 comments · Fixed by #3

Comments

@PeterWTipple
Copy link

I am using use-smooth-scroll in a component in my shop at https://tipple.com.au

When the SSR loads, use-smooth-scroll will try to call arePassiveEventsSupported which will use window which is not defined.

Ideally this library would check if window is defined before using it, setting the result to false if it is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant