Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Assertion error: expected <body> to be an instance of HTMLElement #65

@ytolstyk

Description

@ytolstyk

When using this extension, I'm seeing this error on every page:

actual: body.layout-component.static-marketing-layout-component expected: undefined message: "element must be an HTMLElement: expected <body class="layout-component static-marketing-layout-component">↵

We're using Chai assert library before mounting JS components to HTML nodes, and with Polymer extension, this assert fails:

registerToNode: function(element) { assert.instanceOf(element, HTMLElement, 'element must be an HTMLElement');

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions