HimanshuKK08

Results 2 issues of HimanshuKK08

This PR adds the "type": "module" field to the package.json file, which properly signals to Node.js and bundlers that the package uses ESM (ECMAScript Modules) syntax. This change ensures better...

This adds a documentation note explaining how to import the GeoLocationSensorState type from react-use/lib/useGeolocation. It addresses confusion reported in issue #2632. Closes #2632