-
Notifications
You must be signed in to change notification settings - Fork 76
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
"Failed to execute 'removeChild' on 'Node'" error crashes page, likely due browser translations #7078
Comments
I came across a React discussion about this bug related to Google Translate (likely used in Chrome's Translate feature). There could be an element on the PFE project pages to sleuth as the root cause, but because we have a couple suggested solutions to communicate to volunteers, and PFE project pages are being deprecated as soon as possible, dev work to solve this bug is pretty low priority. We'll chat in FE standup this week about it too. |
I opened #7096 with Dan Abramov's patch for |
Insightful comment from the Chrome team:
|
One other thought: these errors should be logged to Sentry, which will give you an idea of how frequently these crashes occur. |
Browser-Specific(?) Bug
Users have been reporting of an odd
Failed to execute 'removeChild' on 'Node'
error that crashes on certain PFE pages (Talk pages, project home pages)Screen.Recording.2024-04-17.at.15.33.12.mov
Replication
Replicated with macOS + Chrome 123. I haven't fully tested with other browsers, but Jim has indicated no issues with Firefox.
Notes:
History
Status
Investigation has confirmed that issue exists.⚠️ Root cause has not yet been determined. ⚠️ Full extent of bug has not yet been determined.
I'm estimating moderate-to-high impact to volunteers - the problem may "only" be affecting a small subset of users (since we're not seeing multiple reports yet), but it will make the platform nigh unusable to them.
Workaround:
Awaiting prioritisation of dev effort.
The text was updated successfully, but these errors were encountered: