Skip to content

Fix reconnecting after hibernation on Windows #502

Fix reconnecting after hibernation on Windows

Fix reconnecting after hibernation on Windows #502

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]

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]

Annotations

Check warning on line 1 in app/gui/src/project-view/components/GraphEditor/toasts.ts

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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.