mui-places-autocomplete
mui-places-autocomplete copied to clipboard
Publish new version w/ updated prop-types to remove fbjs dependency?
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.