ErrorPro / react-google-autocomplete

React components for google places API.
MIT License
473 stars 114 forks source link

Missing `googleMapsScriptBaseUrl` in .d.ts file #134

Closed yuval9313 closed 2 years ago

yuval9313 commented 2 years ago

Hey, I'm trying to use this lib but it is seems to be missing googleMapsScriptBaseUrl from typescript's index.d.ts

ATM I'm on node 14 and react-typescript with custom webpack config. I've checked the parameters according to your docs and it does seems to work on .js and not on .ts. I would appreciate you to look around

Thanks

ErrorPro commented 2 years ago

Hey @yuval9313, we just pushed a new version(2.4.3) where it's been fixed, thank you for the issue!