-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
SSR issue with latest 2.23.0 release #732
Comments
Try 2.23.1 |
Exactly same issue with 2.23.1 // sortablejs/Sortable.js
function userAgent(pattern) {
return !!
/*@__PURE__*/
navigator.userAgent.match(pattern);
} |
I have the same, I'm also on 2.23.1
|
This was referenced Sep 26, 2019
Corrected in version 2.23.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage with Nuxt.js throws SSR error: navigator is not defined
The text was updated successfully, but these errors were encountered: