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

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



Solution 1:[1]

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

Solution 2:[2]

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.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Andres Zapata
Solution 2 Ashiq Dey