From cad606afda8c01f835754f00350e72d49693525c Mon Sep 17 00:00:00 2001 From: Tom Sherman Date: Thu, 11 Apr 2024 14:32:25 +0100 Subject: [PATCH] Remove unapplicable todo comment --- src/components/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/App.tsx b/src/components/App.tsx index 2f5cfc59..4651f8c6 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -121,7 +121,6 @@ export default function App({ } } - // TODO: Do the setStates in this function need to be wrapped in flushSync? function handleReadable() { let chunk; // eslint-disable-next-line @typescript-eslint/ban-types