1 parent a4ed4b8 commit ccfea51Copy full SHA for ccfea51
1 file changed
src/app/floorplan/page.tsx
@@ -10,7 +10,7 @@ export default function Page() {
10
setPositions([...positions, position]);
11
},
12
() => { },
13
- { enableHighAccuracy: true, timeout: 5000, maximumAge: 0 }
+ { enableHighAccuracy: true }
14
);
15
16
return () => {
0 commit comments