question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot read property 'offsetParent' with seo

See original GitHub issue

Hello, excellent module 😃

I have an error with seo option in true, the console shows the following error:

Uncaught TypeError: Cannot read property 'offsetParent' of undefined at vue-meta.js:1080

Dependencies: Nuxt 1.3.0

<div align="right">This bug report is available on Nuxt.js community (#c10)</div>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
mahmoudmycommented, Mar 9, 2018

I have the same problem when enabling nuxt-auth module. I created a sample repo that produce this error: https://github.com/mahmoudmy/nuxt-i18n-test @paulgv

1reaction
paulgvcommented, Mar 13, 2018

The issue is fixed in vue-meta v1.4.4: https://github.com/declandewet/vue-meta/releases/tag/v1.4.4 🎉 vue-meta still needs to be upgraded in Nuxt’s dependencies but in the meantime, you can simply add vue-meta as a dependency to your own projects.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'offsetParent' with seo · Issue #22 · nuxt ...
Hello, excellent module :) I have an error with seo option in true, the console shows the following error: Uncaught TypeError: Cannot read...
Read more >
TypeError: Cannot read property 'offsetParent' of null when ...
The code is working correctly but i'm getting a error when navigating to another page . TypeError: Cannot read property 'offsetParent' of null....
Read more >
Cannot read property 'offsetParent' of null when navigatin to ...
Coding example for the question TypeError: Cannot read property 'offsetParent' of null when navigatin to another page-Reactjs.
Read more >
HTMLElement.offsetParent - Web APIs | MDN
The HTMLElement.offsetParent read-only property returns a reference to the element which is the closest (nearest in the containment hierarchy) ...
Read more >
Solved: TS "Property '…' does not exist on type 'EventTarget'"
Daniyal Hamid; 2 years ago; 6 min read ... However, TypeScript complains about the id property not existing on the EventTarget type.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found