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