-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[V17] ReferenceError: navigator is not define (Next.js) #1777
Comments
xobotyi
added a commit
that referenced
this issue
Jan 31, 2021
should fix: #1777 Also introduce jest config for ssr tests (it fails hard now).
13 tasks
streamich
pushed a commit
that referenced
this issue
Jan 31, 2021
## [17.0.1](v17.0.0...v17.0.1) (2021-01-31) ### Bug Fixes * proper definition for isBrowser and isNavigator states. ([a087deb](a087deb)), closes [#1777](#1777)
🎉 This issue has been resolved in version 17.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@nghiepit recheck please with 17.0.1 is it back to normal? |
Wow too quickly. |
kamranayub
pushed a commit
to kamranayub/react-use
that referenced
this issue
May 28, 2021
should fix: streamich#1777 Also introduce jest config for ssr tests (it fails hard now).
kamranayub
pushed a commit
to kamranayub/react-use
that referenced
this issue
May 28, 2021
## [17.0.1](streamich/react-use@v17.0.0...v17.0.1) (2021-01-31) ### Bug Fixes * proper definition for isBrowser and isNavigator states. ([a087deb](streamich@a087deb)), closes [streamich#1777](streamich#1777)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the current behavior?
After upgrade to
17.0.0
from15.3.8
Steps to reproduce:
https://codesandbox.io/s/red-cookies-yyq9f?file=/pages/index.js
What is the expected behavior?
Just work again on Next.js.
A little about versions:
react-use
: 17.0.015.3.8
The text was updated successfully, but these errors were encountered: