ubilabs / google-maps-react-hooks

The JavaScript library to easily implement a Google Maps map into your react application. It comes with a collection of React hooks to access the map instance or different Maps JavaScript Services.
MIT License
77 stars 13 forks source link

yarn add fails with most recent version #135

Open davidgs opened 1 year ago

davidgs commented 1 year ago

Trying to install using yarn fails:

address-test % yarn add ubilabs/google-maps-react-hooks
yarn add v1.22.19
[1/4] 🔍  Resolving packages...
error Can't add "@ubilabs/google-maps-react-hooks-library-and-examples": invalid package version undefined.
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.

yarn add @ubilabs/google-maps-react-hooks@1.5.3 succeeds.