We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c87a66 + 3cd167d commit a07bd5dCopy full SHA for a07bd5d
1 file changed
src/index.ts
@@ -90,7 +90,7 @@ export function useGeolocated(config: GeolocatedConfig = {}): GeolocatedResult {
90
timeout: Infinity,
91
},
92
isOptimisticGeolocationEnabled = true,
93
- userDecisionTimeout = undefined,
+ userDecisionTimeout,
94
suppressLocationOnMount = false,
95
watchPosition = false,
96
geolocationProvider = typeof navigator !== "undefined"
0 commit comments