修复 lint warnings
This commit is contained in:
@@ -140,7 +140,7 @@ const SchemeQuery: React.FC<SchemeQueryProps> = ({
|
||||
source.addFeature(feature);
|
||||
}
|
||||
});
|
||||
}, [highlightFeatures]);
|
||||
}, [highlightFeatures, highlightLayer]);
|
||||
|
||||
// 查询方案
|
||||
const handleQuery = async () => {
|
||||
|
||||
Reference in New Issue
Block a user