Errors with new pull request UI
See original GitHub issueThe new PR UI doesn’t play well with refined-bitbucket:
Uncaught (in promise) TypeError: Cannot read property 'querySelector' of null
at collapsePullRequestDescription (chrome-extension://afppminkfnfngihdocacbgeajbbdklkf/main.js:16097)
at pullrequestRelatedFeatures (chrome-extension://afppminkfnfngihdocacbgeajbbdklkf/main.js:17485)
at init (chrome-extension://afppminkfnfngihdocacbgeajbbdklkf/main.js:17340)
at ./src/main.js._webextOptionsSync.default.getAll.then.options (chrome-extension://afppminkfnfngihdocacbgeajbbdklkf/main.js:17328)
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
New Pull Request experience error breaks UI
This issue is read only, because it has been in the Closed - Fixed state for over 90 days. It was closed for...
Read more >Error "Something went wrong" when using "New pull request ...
A "Something went wrong" error appears in UI with the "New pull request experience" Labs feature enabled if the pull request difference is...
Read more >Fixing Stupid Mistakes in Git Pull Requests - Telerik Blogs
As git reapplies each commit during a rebase, this UI is how you change how each individual commit is applied. See the word...
Read more >Problems with Pull Requests and How to Fix Them
A pull request is initiated from a Git branch pushed to a remote Git repository. When the pull request is created, the server...
Read more >Error when checking out pull request · Issue #1883 - GitHub
Find pull request in the sidebar, right click, "check out" Seems like it did check out the branch, I see some errors in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@dcelasun To be honest I didn’t know that syntax highlighting even worked in the new PR UI (haven’t used it), I just assumed it didn’t, but I guess they kept some of the markup intact.
I’ll fix this bug, but in the meantime you can just turn off the “Description collapse” feature in the options page and it should go back to normal.
@rbardini You are right , I actually forgot to add that to the options page.
I released v3.15.1 just now with a fix, check it out