Fix linter errors
This commit is contained in:
parent
635d9b6292
commit
69666137ed
6 changed files with 9 additions and 204 deletions
|
@ -31,7 +31,7 @@ export function Map() {
|
|||
return () => {
|
||||
ignore = true;
|
||||
};
|
||||
}, [divRef]);
|
||||
}, [divRef, setSceneView]);
|
||||
|
||||
return (
|
||||
<div className="w-full h-full flex flex-col justify-center">
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue