shukerullah / react-geocode

A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.
MIT License
207 stars 35 forks source link

Optimize and refactor react-geocode with TypeScript #45

Closed shukerullah closed 1 year ago

ziyaddin commented 1 year ago

@shukerullah I think it would be better to remove console.warn lines warning about deprecated functions, as they will appear in web clients regardless of whether environment is dev or something else.