Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[InputAutocomplete] unsafe use propTypes #68

Open
dmitrymalakhov opened this issue Nov 16, 2017 · 0 comments
Open

[InputAutocomplete] unsafe use propTypes #68

dmitrymalakhov opened this issue Nov 16, 2017 · 0 comments

Comments

@dmitrymalakhov
Copy link
Contributor

dmitrymalakhov commented Nov 16, 2017

when initializing a component InputAutocomplete

const keysInputPropTypes = Object.keys(TextField.propTypes);

in production may use transform-react-remove-prop-types babel plugin, which erase PropTypes and this code will be throw error "Uncaught TypeError: Cannot convert undefined or null to object"

I understand that at the moment this issue is not very relevant but you should pay attention to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants