oliviertassinari / babel-plugin-transform-react-remove-prop-types

Remove unnecessary React propTypes from the production build. :balloon:
MIT License
897 stars 61 forks source link

Avoid removeNewlyUnusedIdentifiers when destructuring Arrays #162

Closed lencioni closed 5 years ago

lencioni commented 5 years ago

Similar to #161, we have the same issue when encountering destructured Arrays. For now, I am skipping over these to avoid crashing.

Fixes #160