TypeError in addon that extends this addon.
See original GitHub issueI 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:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ivegerano gotcha, I’ll check @ home
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.