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.

Uncaught (in promise) TypeError: Cannot read property 'after' of undefined

See original GitHub issue

When loading any page in settings

more-dropdown.js:16 Uncaught (in promise) TypeError: Cannot read property 'after' of undefined
    at more_dropdown (more-dropdown.js:16)
    at safely (utils.js:10)
    at github_injection_default (content.js:557)
    at gitHubInjection (index.js:13)
    at onDomReady (content.js:555)
    at <anonymous>
more_dropdown @ more-dropdown.js:16
safely @ utils.js:10
github_injection_default @ content.js:557
gitHubInjection @ index.js:13
onDomReady @ content.js:555
async function (async)
onDomReady @ content.js:514
init @ content.js:511
__webpack_require__.URL.URL @ content.js:638
__webpack_require__ @ bootstrap fc446b7fa65d86637335:19
(anonymous) @ bootstrap fc446b7fa65d86637335:62
(anonymous) @ bootstrap fc446b7fa65d86637335:62
09:55:17.833 add-releases-tab.js:42 Uncaught (in promise) TypeError: Cannot read property 'before' of null
    at add_releases_tab (add-releases-tab.js:42)
    at safely (utils.js:10)
    at github_injection_default (content.js:558)
    at gitHubInjection (index.js:13)
    at onDomReady (content.js:555)
    at <anonymous>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
yakov116commented, Nov 6, 2017

@bfred-it still happening on https://github.com/settings/developers

content.js:1674 Uncaught (in promise) TypeError: Cannot read property 'style' of null
    at hide_empty_meta (content.js:1674)
    at safely (content.js:1398)
    at ajaxedPagesHandler (content.js:1209)
    at module.exports.cb (content.js:822)
    at onDomReady (content.js:1206)
    at <anonymous>

https://github.com/settings/tokens

content.js:1674 Uncaught (in promise) TypeError: Cannot read property 'style' of null
    at hide_empty_meta (content.js:1674)
    at safely (content.js:1398)
    at HTMLDocument.ajaxedPagesHandler (content.js:1209)

https://gist.github.com/

content.js:1972 Uncaught (in promise) CancelError: Promise was canceled
    at PCancelable.cancel (chrome-extension://ghmhicbanmngfaacpefpmnfnfbbhhggo/content.js:2007:39)
    at requestAnimationFrame (chrome-extension://ghmhicbanmngfaacpefpmnfnfbbhhggo/content.js:1403:78)

https://github.com/organizations/new

content.js:1674 Uncaught (in promise) TypeError: Cannot read property 'style' of null
    at hide_empty_meta (content.js:1674)
    at safely (content.js:1398)
    at ajaxedPagesHandler (content.js:1209)
    at module.exports.cb (content.js:822)
    at onDomReady (content.js:1206)
    at <anonymous>
0reactions
yakov116commented, Nov 6, 2017

@bfred-it oh I thought that you update it from time to time just to keep it updated. nvm

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot Read Property of Undefined in JavaScript - Rollbar
TypeError: Cannot read property of undefined occurs when a property is read or a function is called on an undefined variable.
Read more >
Uncaught TypeError: Cannot read property of undefined In
JavaScript TypeError is thrown when an operand or argument passed to a function is incompatible with the type expected by that operator or...
Read more >
Uncaught (in promise): Error: Cannot read property of undefined
It looks like your component doesn't have default value for user, so it is undefined when component rendered try adding default value
Read more >
Resolving the JavaScript Promise Error "TypeError: Cannot ...
TypeError - Cannot read property 'then' of undefined is thrown when the caller is expecting a Promise to be returned and instead receives ......
Read more >
Uncaught TypeError : Cannot read properties of undefined
The root cause of the error is that the declared variable doesn't have any value, so by default, JavaScript treats all variables as...
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