fix: deps

This commit is contained in:
cha0s 2024-07-13 02:35:29 -05:00
parent 1d61c3c14a
commit 84b1c49527

View File

@ -59,7 +59,7 @@ export default function Entities({filters}) {
return () => {
clearInterval(handle);
};
}, [willInteractWith]);
}, []);
const renderables = [];
for (const id in entities) {
const isHighlightedInteraction = id == willInteractWith;