Pull request diff page crashes and is super slow, dropdowns not opening #2273
montchr posted onGitHub
I can't use the dropdowns in the pull request header. When I leave the tab and come back a little bit later, the entire page is blank. When the page is visible, performance is in general super janky and slow. Oftentimes the entire page seems to hang.
I've isolated this to the Refined GitHub extension in Chrome.
This is occurring on a private repo when I view the diff. The pull request in question has nearly 4,000 lines added and about 100 commits.
I've been using Refined GitHub every day for a while but today was the first time this issue came up.
On every page load, there's an error in the console, coming from chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/content.js
:
content.js:2082 Uncaught (in promise) TypeError: Failed to execute 'observe' on 'MutationObserver': parameter 1 is not of type 'Node'.
at onNewsfeedLoad (content.js:2082)
onNewsfeedLoad @ content.js:2082
async function (async)
onNewsfeedLoad @ content.js:2082
add @ content.js:2195
async function (async)
add @ content.js:2161
(anonymous) @ content.js:5366
__webpack_require__ @ content.js:12
(anonymous) @ content.js:64
(anonymous) @ content.js:65
Here's a screenshot of the dropdowns not working: