'parentElement.appendChild' error thrown in 3.17
See original GitHub issueUnhandled Promise Rejection: TypeError: null is not an object (evaluating 'parentElement.appendChild')
With Ember 3.17.x and EBD 2.0.11
I see an error when dismissing the dropdown. This is bubbling up to EPS also.
<BasicDropdown as |dd|>
<dd.Trigger>Click me</dd.Trigger>
<dd.Content>Hello world hi</dd.Content>
</BasicDropdown>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:8
- Comments:9
Top Results From Across the Web
Node.appendChild() - Web APIs - MDN Web Docs
A Node that is the appended child ( aChild ), except when aChild is a DocumentFragment , in which case the empty DocumentFragment...
Read more >Javascript: DOM Exception Error with AppendChild
I just want to add 'a' to the div. Not remplace, but add. var conteneur1 = document.getElementsByClassName('conteneur')[0]; conteneur1.
Read more >ember-basic-dropdown - Bountysource
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'parentElement.appendChild'). With Ember 3.17.x and EBD 2.0.11 I see an error when ...
Read more >Unable to append a child element to a parent element
I keep getting an error message when trying to append the "newParagraph" element to the parent element "contentDiv". The error message r...
Read more >HTML DOM Element appendChild() Method - W3Schools
Examples. Append an item to a list: const node = document.createElement("li");
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
@alex9nadon not sure. I ended up upgrading EBS /EPS to the glimmer versions to workaround this problem.
I’m running into this issue with Ember 3.19 and EBD 3.0.6. Did anyone manage to resolve this without disabling animations?