修复 lint warnings

This commit is contained in:
JIANG
2026-03-10 18:15:11 +08:00
parent 73201ae44e
commit f0f9d3f4f9
19 changed files with 225 additions and 200 deletions
@@ -741,7 +741,7 @@ const SCADADeviceList: React.FC<SCADADeviceListProps> = ({
source.addFeature(feature);
}
});
}, [selectedDeviceIds, highlightFeatures]);
}, [selectedDeviceIds, highlightFeatures, highlightLayer]);
// 清理定时器
useEffect(() => {
return () => {