stray lint fix
This commit is contained in:
parent
d91cd80603
commit
17b00e295d
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ export function usePreloadLayers(layers) {
|
|||
return () => {
|
||||
canceled = true;
|
||||
};
|
||||
}, [layers, loadedLayers.length]);
|
||||
}, [layers, loadedLayers.length, loading]);
|
||||
|
||||
return { loading, error, loadedLayers };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue