admin管理员组文章数量:1291036
I am getting below error while running my reactjs application, not able to find out whether it is in my code or issue with some library or chrome extensions.
The error is in file: chrome-extension://ojplmecpdpgccookcobabopnaifgidhf/utility_all2.js
Can someone help me in understanding this ?
I am getting below error while running my reactjs application, not able to find out whether it is in my code or issue with some library or chrome extensions.
The error is in file: chrome-extension://ojplmecpdpgccookcobabopnaifgidhf/utility_all2.js
Can someone help me in understanding this ?
Share Improve this question asked Apr 17, 2020 at 14:53 mayurimayuri 1353 silver badges15 bronze badges 5-
2
this.remove()
is included in the injected code by mistake, apparently. Remove it. – woxxom Commented Apr 17, 2020 at 15:01 - @wOxxOm I am getting this error only in chrome, tested on Safari and Firefox. It is ing when application is loaded, also my application is huge and the above file utility_all2.js where this error occurred is not part of my project. – mayuri Commented Apr 17, 2020 at 15:04
-
Still,
this.remove()
is invalid in that place so find out what's adding it and remove it. – woxxom Commented Apr 17, 2020 at 15:11 - 1 But I dont think it will affect your website in any way. We will get this fixed though :) – Prashant Singh Commented May 3, 2020 at 15:04
- @PrashantSingh Thanks, yes it is not impacting my website but was curious about the error getting logged every time I loaded the site. :) – mayuri Commented May 3, 2020 at 16:24
1 Answer
Reset to default 13Try to disabled
one by one google chrome extension
and refresh page.
Go to chrome://extensions/
In my case "Buyhatke
" extension create issue. I disabled this extension and that error is gone.
Look like this extension is added some scripts, that is creating issue.
Note: I just added this answer, because it may help someone.
本文标签: javascriptUncaught TypeError thisremove is not a function at ltanonymousgt1214Stack Overflow
版权声明:本文标题:javascript - Uncaught TypeError: this.remove is not a function at <anonymous>:12:14 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741505247a2382282.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论