Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Dec 20, 2022
1 parent ba0ba65 commit b80b128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/data/material/components/autocomplete/GoogleMaps.tsx
Expand Up @@ -138,6 +138,7 @@ export default function GoogleMaps() {
)}
renderOption={(props, option) => {
const matches = option.structured_formatting.main_text_matched_substrings;
console.log(option, option.structured_formatting);
const parts = parse(
option.structured_formatting.main_text,
matches.map((match: any) => [match.offset, match.offset + match.length]),
Expand Down

0 comments on commit b80b128

Please sign in to comment.