Skip to content

attributeBindings on tag-less component #40

@ultish

Description

@ultish

I've been using ember-hook successfully, but today I tried installing ember-attacher and as soon as I add a tooltip to the page, I get an error message in the console:
You cannot use attributeBindings on a tag-less component :ember-popper

Looking at the ember-popper component, it has a tagName of '' (empty-string) so it makes sense this error is thrown. However, is there any workaround for this scenario? The ember-popper component has an elementId, so the hooked mixin tries to apply the binding

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions