question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Errors with new pull request UI

See original GitHub issue

The 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:closed
  • Created 5 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
reyronaldcommented, Feb 13, 2019

@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.

1reaction
reyronaldcommented, Mar 7, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found