fix: deps
This commit is contained in:
parent
1d61c3c14a
commit
84b1c49527
|
@ -59,7 +59,7 @@ export default function Entities({filters}) {
|
|||
return () => {
|
||||
clearInterval(handle);
|
||||
};
|
||||
}, [willInteractWith]);
|
||||
}, []);
|
||||
const renderables = [];
|
||||
for (const id in entities) {
|
||||
const isHighlightedInteraction = id == willInteractWith;
|
||||
|
|
Loading…
Reference in New Issue
Block a user