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.

'parentElement.appendChild' error thrown in 3.17

See original GitHub issue
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 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:open
  • Created 3 years ago
  • Reactions:8
  • Comments:9

github_iconTop GitHub Comments

3reactions
mehulkarcommented, May 6, 2020

@alex9nadon not sure. I ended up upgrading EBS /EPS to the glimmer versions to workaround this problem.

2reactions
adambedfordcommented, Jul 4, 2020

I’m running into this issue with Ember 3.19 and EBD 3.0.6. Did anyone manage to resolve this without disabling animations?

Read more comments on GitHub >

github_iconTop 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 >

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