Commit e4152bd
mike dupont
workaround TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.
removing the timeout
workaround for build error
client:build: > client@ build /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client
client:build: > pnpm run extract-version && tsc -b && vite build
client:build:
client:build:
client:build: > client@ extract-version /mnt/data1/nix/time/2024/12/31/cloud-deployment-eliza/client
client:build: > bash ./version.sh
client:build:
client:build: info.json created with version: 0.25.6-alpha.1
client:build: src/components/audio-recorder.tsx:203:13 - error TS2741: Property '[Symbol.dispose]' is missing in type 'Timer' but required in type 'Timeout'.
client:build:
client:build: 203 timerTimeout = setTimeout(() => {
client:build: ~~~~~~~~~~~~
client:build:
client:build: ../node_modules/@types/node/timers.d.ts:130:17
client:build: 130 [Symbol.dispose](): void;
client:build: ~~~~~~~~~~~~~~~~
client:build: '[Symbol.dispose]' is declared here.
client:build:
client:build:
client:build: Found 1 error.1 parent b1d56df commit e4152bd
File tree
5 files changed
+28
-12
lines changed- client/src/components
5 files changed
+28
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| |||
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
13 | 29 | | |
14 | 30 | | |
15 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
32 | 28 | | |
33 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
204 | | - | |
205 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
0 commit comments