Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught TypeError: Cannot read property 'ContentContainer' of undefined [closed]

Recently I started noticing this error:

Uncaught TypeError: Cannot read property 'ContentContainer' of undefined     at Object.<anonymous> (content.js:135) 

I noticed this in my Angular project, but I also noticed that some of the "big" websites also have this error when I open the console. What is the reason for this error?

like image 425
NeNaD Avatar asked Jul 15 '21 10:07

NeNaD


1 Answers

As we diagnosed in the comments, it turns out to be a broken chrome extension that throws the error.

Extension name: Loom

Therefore the only solution to fix this is to disable the extension (or either check for the extension updates and maybe it got fixed on the next versions)

like image 69
Erez Shlomo Avatar answered Sep 29 '22 21:09

Erez Shlomo