Cannot read property 'offsetParent' with seo
See original GitHub issueHello, 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:
- Created 6 years ago
- Comments:9
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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.