Adding types prop results in react warning
SergeyKhval opened this issue · 3 comments
SergeyKhval commented
<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
ydeshayes commented
Thank you very much for your feedback, I fixed it on the 1.1.3 version ! 2e2882e
SergeyKhval commented
Yeah, thanks. npm i material-ui-places
pulls version 1.1.1
ydeshayes commented
I can't reproduce @SergeyKhval , try to pull again ?