Change connect_pod delay #108
Annotations
12 errors
test-tauri (ubuntu-latest):
src/pages/OverviewPanel.tsx#L54
Property 'isConnecting' is missing in type '{ setIsConnecting: Dispatch<SetStateAction<boolean>>; }' but required in type 'EstablishConnectionProps'.
|
test-tauri (ubuntu-latest):
src/pages/OverviewPanel.tsx#L54
Left side of comma operator is unused and has no side effects.
|
test-tauri (ubuntu-latest):
src/pages/OverviewPanel.tsx#L54
JSX expressions may not use the comma operator. Did you mean to write an array?
|
test-tauri (ubuntu-latest)
Command failed with exit code 1: npm run tauri build
|
test-tauri (macos-latest):
src/pages/OverviewPanel.tsx#L54
Property 'isConnecting' is missing in type '{ setIsConnecting: Dispatch<SetStateAction<boolean>>; }' but required in type 'EstablishConnectionProps'.
|
test-tauri (macos-latest):
src/pages/OverviewPanel.tsx#L54
Left side of comma operator is unused and has no side effects.
|
test-tauri (macos-latest):
src/pages/OverviewPanel.tsx#L54
JSX expressions may not use the comma operator. Did you mean to write an array?
|
test-tauri (macos-latest)
Command failed with exit code 1: npm run tauri build
|
test-tauri (windows-latest):
src/pages/OverviewPanel.tsx#L54
Property 'isConnecting' is missing in type '{ setIsConnecting: Dispatch<SetStateAction<boolean>>; }' but required in type 'EstablishConnectionProps'.
|
test-tauri (windows-latest):
src/pages/OverviewPanel.tsx#L54
Left side of comma operator is unused and has no side effects.
|
test-tauri (windows-latest):
src/pages/OverviewPanel.tsx#L54
JSX expressions may not use the comma operator. Did you mean to write an array?
|
test-tauri (windows-latest)
Command failed with exit code 1: npm run tauri build
|