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 in addon that extends this addon.

See original GitHub issue

I have an addon that extends this addon. It’s almost a copy the only difference it that the dropdown-content component exposes a series of components for further composition. My addon has ember-basic-dropdown in the dependencies block.

In my app I require my addon, but for some reason if I don’t install ember-basic-dropdown in my app I get TypeError: Argument 1 of MutationObserver.observe is not an object. It happens in the open() function. Seems that this.dropdownElement is not in the dom.

I could give access to the repo if needed.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
cibernoxcommented, Jun 24, 2019

@ivegerano gotcha, I’ll check @ home

0reactions
lvegeranocommented, Jun 25, 2019

Mmm not really. Well maybe we have something weird going on in our app. I will have to double check again. Thanks for looking into this and sorry for the inconvenience.

Read more comments on GitHub >

github_iconTop Results From Across the Web

When install Storybook, the project's build failed: "Class ...
Failed to compile. Class extends value undefined is not a constructor or null · "@storybook/addon-actions": "6.5.5", "@storybook/addon-essentials ...
Read more >
C++ addons | Node.js v18 API
A context-aware addon can be constructed by using the macro NODE_MODULE_INITIALIZER , which expands to the name of a function which Node.js will...
Read more >
NodeJS: loading ES Modules and native addons in the same ...
I ran into a similar problem and fixed it this way: https://nodejs.org/api/module.html#module_module_createrequire_filename
Read more >
Error came back Uncaught TypeError - WordPress.org
Hi again,. This error came back?!? This only shows up in devtools when I go to the Contact Form plugin backend. Can you...
Read more >
Webpack - Storybook
Storybook is a frontend workshop for building UI components and pages in isolation. Thousands of teams use it for UI development, testing, and...
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