-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Labels
Description
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 'renderer:-dom' results in an 'InteractiveRenderer' object that doesn't have a '_dom' property so it throws an error.
I'm not sure if this issue can be solved on the ember-wormhole side or if we need ember-engines to provide a reference to the DOM, but figured I'd leave this here for now.