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
Share Improve this question edited May 8, 2022 at 14:23 Abdul Dulal asked May 7, 2022 at 18:09 Abdul DulalAbdul Dulal 431 silver badge4 bronze badges 2- Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Bot Commented May 7, 2022 at 19:24
-
You need to add more details to your question. possibly code snippet. From little I can understand you trying to do
{ eligibleURLPatterns } = Jt
but Jt is undefined. – urchmaney Commented May 8, 2022 at 14:41
1 Answer
Reset to default 15Go 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.