bump deps and fix lint

This commit is contained in:
2024-09-11 17:26:42 -04:00
parent 0dbb32a267
commit 89cd6780f9
4 changed files with 542 additions and 441 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ const VNC = ({ server, style, ...rest }: VNCProps, ref: Ref<Partial<RFB>>) => {
if (connected) {
rfbRef.current?.disconnect();
}
} catch (error) {} // eslint-disable-line no-empty
} catch (error) {} // eslint-disable-line no-empty, @typescript-eslint/no-unused-vars
rfbRef.current = null;
setConnected(false);