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.

Error after updating from 1.5.3 to 1.6.0

See original GitHub issue

After trying to update, I now get:

 -:-  error  Cannot read property '0' of undefined  undefined

a few times in my Octane app.

My config is like this:

'use strict';

module.exports = {
  extends: 'octane',
    // enable some custom rules...
  }
};

The error goes away if I switch extends: 'octane' with extends: 'recommended'.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

0reactions
lifeartcommented, Oct 30, 2019

error from

 <PButton
      @naked={{true}}
 />

and in getLocalName from rules/internal/scope

no-action uses isLocal method, and it’s fails for Bool, String, Undef, Null paths

Read more comments on GitHub >

github_iconTop Results From Across the Web

Upgrading Android kotlin version to 1.5.0 throwing error ...
This issue resurfaced for me after upgrading my project to Kotlin 1.6.0. In my case it's because of the Moshi JSON serialization lib....
Read more >
Error updating to 1.5.3 - Google Groups
I was able to get it working by removing all CFEclipse-related update sites (MXUnit, CFLint, CFParser etc.), including http://cfeclipse.org/update, and then re- ...
Read more >
smtp auth error after upgrade · Issue #8639 - GitHub
i had 1.5.3 running fine, then upgraded to 1.6.0, now i get an error. the error log contains: [30-Jul-2022 16:19:01 ... smtp auth...
Read more >
Cannot upgrade kotlin plugin – IDEs Support (IntelliJ Platform)
I'm stuck again in this problem. After upgrade of IntelliJ to 2021.3, the bundled Kotlin plugin 1.5.30 is back and I'm not able...
Read more >
smtp error (-1) error after updating roundcubemail-1.6.0
yesterday i updated roundcubemail and the server gave this error: smtp error (-1) connection to server failed With no apparent motion, ...
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