diff --git a/lib/elements/array-selector.js b/lib/elements/array-selector.js index c95b878a5c..51a553c670 100644 --- a/lib/elements/array-selector.js +++ b/lib/elements/array-selector.js @@ -426,6 +426,7 @@ class ArraySelector extends baseArraySelector { // Not needed to find template; can be removed once the analyzer // can find the tag name from customElements.define call static get is() { return 'array-selector'; } + static get template() { return null; } } customElements.define(ArraySelector.is, ArraySelector); export { ArraySelector };