mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-13 19:04:06 +08:00
need to ignore lint error
This commit is contained in:
parent
80d8c22c52
commit
e9fcf1fefc
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ export function LiveCounter(props: {
|
|||
}>;
|
||||
class?: string;
|
||||
}): JSXElement {
|
||||
// oxlint-disable-next-line no-unassigned-vars
|
||||
let divRef: HTMLDivElement | undefined;
|
||||
|
||||
createEffect(() => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue