Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TypeError: Cannot read property '_isDestroyed' of undefined Vuejs

Tags:

vue.js

nuxt.js

I'm using nuxt.js i get this error "6b486774c601587bc79c.js:2 TypeError: Cannot read property '_isDestroyed' of undefined" in only one page, it disapear when i visit other pages than i back to this page

like image 493
Tim Medmak Avatar asked Nov 15 '22 11:11

Tim Medmak


1 Answers

Had the same problem, at the end of the day it was a svg tag inside my Vue component that crashed the app. Don't know why, if somebody knows please share. I just replaced it putting the svg within an img tag. Not proud but it works.

like image 102
Fausto Renier Avatar answered Jun 28 '23 13:06

Fausto Renier