We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b579815 commit 6dc32f3Copy full SHA for 6dc32f3
src/AddressAutocomplete.tsx
@@ -2,7 +2,7 @@ import LocationOn from '@mui/icons-material/LocationOn';
2
import { Autocomplete, AutocompleteChangeReason, AutocompleteRenderInputParams, Box, Grid, TextField, Typography } from '@mui/material';
3
import parse from 'autosuggest-highlight/parse';
4
import throttle from 'lodash.throttle';
5
-import React, { useEffect, useMemo, useRef, useState } from 'react';
+import React, { useEffect, useMemo, useState } from 'react';
6
import { AddressAutocompleteProps, AddressAutocompleteValue, PlaceType } from '../dist/AddressAutocomplete';
7
import { Loader } from '@googlemaps/js-api-loader';
8
0 commit comments