We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003004d commit 43353a5Copy full SHA for 43353a5
frontend/app/components/Main.tsx
@@ -27,7 +27,7 @@ import { type MyDataJson } from '../model/my-data-json';
27
export default function Main() {
28
const navigate = useNavigate();
29
const [controller, setController] = useState(null as AbortController | null);
30
- const [timer, setTimer] = useState(undefined as undefined | NodeJS.Timer);
+ const [timer, setTimer] = useState(undefined as undefined | NodeJS.Timeout);
31
const [value, setValue] = useState(0);
32
const [first, setFirst] = useState(true);
33
const [rows, setRows] = useState([] as TableDataRow[]);
0 commit comments