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.

TypeError: Cannot read property 'namespacing' of undefined

See original GitHub issue

I’m trying to use this in an addon, and it seems to be upset that there is not a config. Shouldn’t the defaults apply, if I supply no config?

It throws: TypeError: Cannot read property 'namespacing' of undefined

I tried adding the config in ember-cli-build.js and tests/dummy/config/environment.js and neither seemed to help.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:15 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
webarkcommented, Oct 27, 2016

@rwwagner90 so in your index.js file, when you where calling super on the included method, you where just doing this._super.included(app);. It looks like you are needing to do this._super.included.apply(this, arguments);.

0reactions
rwwagner90commented, Oct 27, 2016

@webark ah okay. I’ll create an issue for that. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot read property 'namespace' of undefined #416 - GitHub
TypeError : Cannot read property 'namespace' of undefined from eslint-plugin-import/lib/rules/namespace.js Getting this error and not exactly ...
Read more >
Mongoose TypeError 'cannot read namespace' of undefined in ...
My connection configuration located in app.js looks like this (it works when running the application using NPM without any errors): const dbUser ...
Read more >
Uncaught TypeError: Cannot read properties of undefined ...
Description of problem: For a couple years my code has been fine, something in the underlying datatables packages seems to have changed and...
Read more >
Uncaught TypeError: Cannot read property 'delegate' of null
I get the error Uncaught TypeError: Cannot read property 'delegate' of null in the console. This happens with the couple of custom portlets...
Read more >
T168621 CX1: "TypeError: Cannot read property 'indexOf' of ...
This seems to only happen when $wgUsejQueryThree = true; (which is now the default in master). Very simplified example of the code: promise...
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