Fix reconnecting after hibernation on Windows #11739
Merged
GitHub Actions / 🧹 GUI Lint Results
succeeded
Dec 3, 2024 in 1s
🧹 GUI Lint Results
0 ESLint error(s) and 2 ESLint warning(s) found
Details
2 Warning(s):
app/gui/src/project-view/components/GraphEditor/toasts.ts
line 1
- Start Line:
1
- End Line:
1
- Message: 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
app/gui/src/project-view/components/GraphEditor/toasts.ts
line 1
- Start Line:
1
- End Line:
1
- Message: 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
- From: [
@typescript-eslint/no-unused-vars
]
- From: [
Annotations
Check warning on line 1 in app/gui/src/project-view/components/GraphEditor/toasts.ts
github-actions / 🧹 GUI Lint Results
app/gui/src/project-view/components/GraphEditor/toasts.ts#L1
[@typescript-eslint/no-unused-vars] 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
Check warning on line 1 in app/gui/src/project-view/components/GraphEditor/toasts.ts
github-actions / 🧹 GUI Lint Results
app/gui/src/project-view/components/GraphEditor/toasts.ts#L1
[@typescript-eslint/no-unused-vars] 'useEvent' is defined but never used. Allowed unused vars must match /^_/u.
Loading