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
Add a ment  | 

1 Answer 1

Reset to default 13

Try 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