We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ed4b8 commit ccfea51Copy full SHA for ccfea51
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