You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both components Portal into the same PortalTarget... When I toggle this.editMode I get the following error...
Fatal error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. I remember a similar thing was the case with ember-wormhole. Conditionals inside the sending component needed to be wrapped inside a div to avoid this error if I remember correctly...
The text was updated successfully, but these errors were encountered:
Yeah, I remember this problem. Not sure if that's the case here. But the error definitely sounds like something failing inside GlimmerVM. Are you on the latest Ember?
I have a template containing
both components Portal into the same PortalTarget... When I toggle this.editMode I get the following error...
Fatal error: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of this node. I remember a similar thing was the case with ember-wormhole. Conditionals inside the sending component needed to be wrapped inside a div to avoid this error if I remember correctly...
The text was updated successfully, but these errors were encountered: