-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError in Chrome's browser #13308
Comments
Thank you for reporting this issue! We've added this to our internal tracking system. |
Call stack from the debugger:
|
Hi there, This has been escalated for further investigation. If you have more information that can help us, please add it below. Thanks! |
Same problem here. Really annoying when working on a website myself. The reason seems to be that "this" is undefined here: requestIdleCallbackPolyfill(this.checkPageContainsShadowDom, { timeout: 500 }); should probably be requestIdleCallbackPolyfill(this.checkPageContainsShadowDom.bind(this), { timeout: 500 }); |
Yeah I am also facing the same on my chrome browser today. hopefully will be fixed. |
For the record, I have that exact same issue on Edge on Windows. |
I encountered the same issue on Google Chrome while developing on NextJS. The error appeared after I updated Chrome about a week ago. |
I have that exact same issue on Chrome on Mac too with node 21. I didn't have the problem this morning or yesterday |
Have the same issue with Edge on Linux with VueJS 2.7 and NodeJS 18. |
Steps To Reproduce
Version: 2025.1.3
Brower: Google Chrome
Platform: Linux
Happens on a lot of URLs, used Microsoft as example
Error is shown in console and repeats a lot
Outside of that the extension works fine
(will try to paste the whole traceback in comment)
Expected Result
No error on the console
Actual Result
A lot of errors in the console
Screenshots or Videos
No response
Additional Context
Using Vaultwarden as a server (not sure if relevant)
Operating System
Linux
Operating System Version
Debian
Web Browser
Chrome
Browser Version
2015.1.3
Build Version
28c7e29
Issue Tracking Info
The text was updated successfully, but these errors were encountered: