Closed UcDust closed 1 year ago
Essentially this is so we can trigger another render from a parent component in this fashion-
let pagination = this.shadowRoot.querySelector('ucd-theme-pagination'); if( pagination ) pagination.requestUpdate('maxPages', this.totalPages);
Essentially this is so we can trigger another render from a parent component in this fashion-