修复 lint warnings
This commit is contained in:
@@ -741,7 +741,7 @@ const SCADADeviceList: React.FC<SCADADeviceListProps> = ({
|
||||
source.addFeature(feature);
|
||||
}
|
||||
});
|
||||
}, [selectedDeviceIds, highlightFeatures]);
|
||||
}, [selectedDeviceIds, highlightFeatures, highlightLayer]);
|
||||
// 清理定时器
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
|
||||
Reference in New Issue
Block a user