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
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
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.
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.
Removing the Loom extension and adding it again seems to solve the issue for me.