From 244a12be351757907542eefb6cb18161a0376b66 Mon Sep 17 00:00:00 2001 From: Cory Smith Date: Mon, 25 Aug 2025 16:36:14 -0600 Subject: [PATCH] fix: passing missing detailsProxyHeaders param when calling fetchPlaceDetailsApi --- src/GooglePlacesTextInput.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GooglePlacesTextInput.tsx b/src/GooglePlacesTextInput.tsx index 84e6933..aa27d9f 100644 --- a/src/GooglePlacesTextInput.tsx +++ b/src/GooglePlacesTextInput.tsx @@ -366,6 +366,7 @@ const GooglePlacesTextInput = forwardRef< placeId, apiKey, detailsProxyUrl, + detailsProxyHeaders, sessionToken, languageCode, detailsFields,