Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

useGeolocation in navigator.geolocation.clearWatch bug #327

Open
kysemon opened this issue Jan 28, 2025 · 1 comment
Open

useGeolocation in navigator.geolocation.clearWatch bug #327

kysemon opened this issue Jan 28, 2025 · 1 comment

Comments

@kysemon
Copy link

kysemon commented Jan 28, 2025

navigator.geolocation.clearWatch is not a function please fix this bug

@candymask0712
Copy link

candymask0712 commented Feb 23, 2025

@kysemon
I think that you'd better describe your environment.
It works well in my project. Here is my package.json

{
  "name": "react-hook-form-pr-test",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@uidotdev/usehooks": "^2.4.1",
    "i": "^0.3.7",
    "next": "15.1.7",
    "npm": "^11.1.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-hook-form": "^7.54.2"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "15.1.7",
    "typescript": "^5"
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants