New places api support #46654
Annotations
10 errors
typecheck:
src/components/AddressSearch/index.tsx#L107
Property 'addressComponents' does not exist on type 'GooglePlaceDetail'. Did you mean 'address_components'?
|
typecheck:
src/components/AddressSearch/index.tsx#L115
Property 'location' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L116
Property 'location' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L188
Property 'location' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L189
Property 'location' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L190
Property 'formattedAddress' does not exist on type 'GooglePlaceDetail'. Did you mean 'formatted_address'?
|
typecheck:
src/components/AddressSearch/index.tsx#L212
Property 'adrFormatAddress' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L214
Property 'adrFormatAddress' does not exist on type 'GooglePlaceDetail'.
|
typecheck:
src/components/AddressSearch/index.tsx#L475
Type '{ children: Element; disableScroll: true; fetchDetails: true; suppressDefaultStyles: true; enablePoweredByContainer: false; predefinedPlaces: PredefinedPlace[]; ... 18 more ...; isNewPlacesAPI: true; }' is not assignable to type 'IntrinsicAttributes & GooglePlacesAutocompleteProps & RefAttributes<GooglePlacesAutocompleteRef>'.
|
typecheck
Process completed with exit code 2.
|