My custom element looks like this:
class item extends HTMLElement { constructor() { super() const shadow = this.attachShadow({mode: \'open\'}); co