-
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
Unable to support server-side rendering #724
Comments
Fixed in version 2.23.1 |
Having the same problem Environment dependencies |
Could share the stack @AndrewLosseff ? |
Not sure about what stack means. "dependencies": { |
Error: Where this came from? |
There are two cases:
|
Make sure you are using version 2.23.1 |
Interesting
Then it might be problem with yarn |
Still facing the issue Didn't solve the problem, any ideas are very welcome) Error output from browser |
I don't think this is yarn related. |
In the browser I have this message:
Line |
Here is the stack
|
it's not solved yet. |
@transtone |
Corrected in version 2.23.2 |
Thanks a lot! |
Problem:
Unable to support server-side rendering
Version
2.23.0
Environment
chrome 76, nodejs v8.11.3
Reproduction link
https://codesandbox.io/embed/example-hello-world-uhgyt
Steps to reproduce
import vuedraggable in server side rendering project
What is expected?
show server side rendering page
What is actually happening?
ReferenceError:
navigator is not defined
The text was updated successfully, but these errors were encountered: