-
Notifications
You must be signed in to change notification settings - Fork 247
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
Cannot read property 'hasOwnProperty' of undefined #279
Labels
Comments
Hi Wilco, did you find a solution ? I'm running into the same issue. |
Needs reproduction. |
When testing this it seems to be triggered by not returning anything from |
Closing as changes for this issue are included in the v2 release candidate. Please help us testing the release candidate and report any follow-ups in a new issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
"vue-meta": "^1.5.5"
Cannot read property 'hasOwnProperty' of undefined
on some route changes, not consistent. I have seenCannot read property 'title' of undefined
on previous versions, might be related.Project based on
https://github.com/vuejs/vue-hackernews-2.0
affected section in
vue-meta.js
:The text was updated successfully, but these errors were encountered: