Skip to content

New places api support #46654

New places api support

New places api support #46654

Triggered via pull request August 11, 2024 13:37
Status Failure
Total duration 2m 16s
Artifacts

typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.