Skip to content

Can't find DOM in engine #84

@jwlawrence

Description

@jwlawrence

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions