Giners / mui-places-autocomplete

Google Material Design (Material-UI) styled React component using Google Maps Places Autocomplete
MIT License
34 stars 26 forks source link

Publish new version w/ updated prop-types to remove fbjs dependency? #46

Open wyantb opened 4 years ago

wyantb commented 4 years ago

I have a project in which I'm not importing fbjs today. Indeed, in the latest prop-types, they don't use it either - see https://github.com/facebook/prop-types/blob/953ed9beb0f15498cd7e6e25c90f7cadd5f2149a/CHANGELOG.md#1562 https://github.com/facebook/prop-types/pull/194 for some background information. However, it seems that at the time mui-places-autocomplete was last published, fbjs was still used via prop-types and simply not listed in the package.json. If you could publish a new version with the latest prop-types package to remove the fbjs dependency entirely, that would be great.