my code is working well but always shows this error in my console. TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Jt' as it is undefined. image this error
error image include here
my code is working well but always shows this error in my console. TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Jt' as it is undefined. image this error
error image include here
{ eligibleURLPatterns } = Jt
but Jt is undefined.
– urchmaney
Commented
May 8, 2022 at 14:41
Go to the network tab on the chrome console e search for this panion-bubble.js
.
It appears to be from the Loom chrome extension, disabling this extension seems to get rid of this error. I'm not sure why it happens though.
Also see: TypeError: Cannot destructure property 'eligibleURLPatterns' of 'Yt' as it is null
Best of Luck.