You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
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');