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

SSR issue with latest 2.23.0 release #732

Closed
Darkside73 opened this issue Sep 24, 2019 · 4 comments
Closed

SSR issue with latest 2.23.0 release #732

Darkside73 opened this issue Sep 24, 2019 · 4 comments

Comments

@Darkside73
Copy link

Usage with Nuxt.js throws SSR error: navigator is not defined

@David-Desmaisons
Copy link
Member

Try 2.23.1

@Darkside73
Copy link
Author

Exactly same issue with 2.23.1

  // sortablejs/Sortable.js
  function userAgent(pattern) {
    return !!
    /*@__PURE__*/
    navigator.userAgent.match(pattern);
  }

@darthf1
Copy link

darthf1 commented Sep 25, 2019

I have the same, I'm also on 2.23.1

image

vuedraggable@^2.21.0:
  version "2.23.1"
  resolved "https://registry.yarnpkg.com/vuedraggable/-/vuedraggable-2.23.1.tgz#6af3a17110793e3154fb8a52ce9df5109726d2ab"
  integrity sha512-YgWnG7RC/V+nPksueT9cUGzvj7gBYqpEomazuAK5bBcImuPAeLsq0hwE5kSGItbHQpVnYdT/QX1kRR1XsjNeqw==
  dependencies:
    sortablejs "^1.10.0"

@David-Desmaisons
Copy link
Member

Corrected in version 2.23.2

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

No branches or pull requests

3 participants