/* Using skatejs@^5.2.4, ported this from skatejs 6 branch */ import { bind } from 'hyperhtml'; export default (Base = HTMLElement) => class extends Base { renderer(root, call) { this.html = this.html || bind(root); call(); } };