Skip to content
#

google-maps-api

Here are 3,999 public repositories matching this topic...

vitalijalbu
vitalijalbu commented Nov 17, 2021

Issue template

Uncaught TypeError: Cannot read properties of undefined (reading 'trim')
I got this error on Autocomplete input component.
here's my code

import React, { useRef, useState } from 'react';
import { Autocomplete } from '@react-google-maps/api';


const AddressField = ({ label, name, placeholder, required, readOnly, initialValue }) => {
  const [value, setValue] = us
help wanted good first issue needs reproduction

Improve this page

Add a description, image, and links to the google-maps-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the google-maps-api topic, visit your repo's landing page and select "manage topics."

Learn more