react-geocode
react-geocode copied to clipboard
outputFormat required in setDefaults
I tried to use setDefaults
as it is shown in the README by specifying only key
, language
, and region
.
however, my typescript compiler complained that outputFormat
was required. not a big deal but might be confusing for anyone who wants to quickly try the package and is just following the README.