ember-wormhole icon indicating copy to clipboard operation
ember-wormhole copied to clipboard

Render a child view somewhere else in the DOM.

Results 36 ember-wormhole issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies

This may be a weird use case but here goes. We have an iframe embedded in our page that runs a react app to display a live video feed with...

Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.1. Release notes Sourced from socket.io's releases. 2.4.1 This release reverts the breaking change introduced in 2.4.0 (https://github.com/socketio/socket.io/commit/f78a575f66ab693c3ea96ea88429ddb1a44c86c7). If you are using Socket.IO v2, you...

dependencies

When testing for compatibility of [ember-bootstrap](https://github.com/kaliber5/ember-bootstrap) with Glimmer2, I get the following exception with the modal component that uses ember-wormhole: > DOMException: Failed to execute 'removeChild' on 'Node': The node...

I'm getting an error when using ember-wormhole inside an ember-engine: `Uncaught Error: ember-wormhole could not get DOM` Looks like the `getDOM` util doesn't find 'service:-document' and the container lookup of...

bug

Hi, I'd like to use ember-wormhole in a part of the DOM that is not always rendered (i.e. a dropdown). But that doesn't work as it throws an "element is...

I'm looking for the modal one specifically.

I noticed that the wormhole content is rendered twice into the target during liquid fire transitions using liquid-outlet. I think for transitioning from route1 to route2 liquid-fire has both pages...

needs reproduction

I just experienced a problem with ember-wormhole 4.0 used by ember-power-select. A quick google search got me to this issue on the ghost blog, which describes exactly my problem and...

Can I programmatically populate a div with a wormhole on a DOM event? The element to populate is not created by Ember (there's no template to add a "show me"...