TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Yt' as it is null

Viewed 7716

each time that i run live sever i got this error in my console:

TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Yt' as it is null.

image of error: https://i.stack.imgur.com/ql91y.png

4 Answers

I started seeing this error too and it seems is from the Loom chrome extension. You can verify by going into the network tab and searching for companion-bubble.js.

enter image description here

This would show you the extension id, which you can inspect using a similar link: chrome://extensions/?id=extensionid

Error can also be, So it is nothing but error from loom extension as @andres said

Uncaught (in promise) TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Jt' as it is null.
Related