32a443408a
and causing `TypeError: this.shouldRenderMedia is not a function`
5 lines
176 B
JavaScript
5 lines
176 B
JavaScript
import { html } from "lit";
|
|
import { renderImage } from "shared/directives/image.js";
|
|
|
|
export default (o) => html`${renderImage(o.src || o.url, o.href, o.onLoad, o.onClick)}`;
|