You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
It seems that this extension no longer works with the latest version of GitHub. When rendering a PR view, the console shows me the following error stacktrace:
Uncaught DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
at PullRequestPage.insertMenu (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:184:1), <anonymous>:21:17)
at PullRequestPage.createMenu (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:74:1), <anonymous>:43:12)
at Filter.init (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:94:1), <anonymous>:36:15)
at new Filter (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:94:1), <anonymous>:29:12)
at __WEBPACK_IMPORTED_MODULE_0_github_injection___default (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:198:1), <anonymous>:11:64)
at gitHubInjection (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:87:1), <anonymous>:13:3)
at eval (eval at <anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:198:1), <anonymous>:11:57)
at Object.<anonymous> (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:198:1)
at __webpack_require__ (chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:20:30)
at chrome-extension://gnpcfigiidmljgiidkhmmcgbfkolnacg/index.bundle.js:66:18
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It seems that this extension no longer works with the latest version of GitHub. When rendering a PR view, the console shows me the following error stacktrace:
The text was updated successfully, but these errors were encountered: