This commit is contained in:
Nicolas Mowen 2024-04-03 07:45:58 -06:00
parent 9a8f93d204
commit d9da448348

View File

@ -235,6 +235,8 @@ function Logs() {
// no op
}
},
// we need to listen on the current range of visible items
// eslint-disable-next-line react-hooks/exhaustive-deps
[logRange],
);