need to ignore lint error

This commit is contained in:
Miodec 2026-01-08 17:27:14 +01:00
parent 80d8c22c52
commit e9fcf1fefc

View file

@ -10,6 +10,7 @@ export function LiveCounter(props: {
}>;
class?: string;
}): JSXElement {
// oxlint-disable-next-line no-unassigned-vars
let divRef: HTMLDivElement | undefined;
createEffect(() => {