ydeshayes/googlePlaceAutocomplete

Adding types prop results in react warning

SergeyKhval opened this issue · 3 comments

<GooglePlaceAutocomplete types={['geocode']} />

This results in the following error:
Warning: Unknown prop types on tag. Remove this prop from the element. For details, see https://fb.me/react-unknown-prop

Thank you very much for your feedback, I fixed it on the 1.1.3 version ! 2e2882e

Yeah, thanks. npm i material-ui-places pulls version 1.1.1

I can't reproduce @SergeyKhval , try to pull again ?