From c43504d2b8c2e7573722c293bc69307763f75f36 Mon Sep 17 00:00:00 2001 From: atridadl Date: Tue, 19 Dec 2023 16:34:54 -0700 Subject: [PATCH] Make ESLint shut the fuck up. Its wrong... --- app/routes/room.$roomId.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/routes/room.$roomId.tsx b/app/routes/room.$roomId.tsx index 978a00f..65ace8a 100644 --- a/app/routes/room.$roomId.tsx +++ b/app/routes/room.$roomId.tsx @@ -243,6 +243,7 @@ function RoomContent() { setStoryNameText(roomFromDbParsed?.storyName || ""); setRoomScale(roomFromDbParsed?.scale || "ERROR"); } + // eslint-disable-next-line react-hooks/exhaustive-deps }, [roomFromDb]); // UI