layershifter / babel-plugin-transform-react-handled-props

Generates handledProps from defaultProps and propTypes during the build :sparkles:
MIT License
19 stars 4 forks source link

Add failing test for unnamed functional default exported HOC #49

Closed depoulo closed 4 years ago

depoulo commented 6 years ago

see #46

depoulo commented 6 years ago

Before starting to work on a fix, I want to give you the chance to comment whether you consider this something that should be fixed.

depoulo commented 6 years ago

By the way I had to remove "@babel/types": "^7.0.0", from package.json for yarn not to fail with error An unexpected error occurred: "https://registry.yarnpkg.com/@gimenete/type-writer/-/type-writer-0.1.3.tgz: Request failed \"503 Service Unavailable\"".

layershifter commented 4 years ago

@depoulo thanks for contributing 👍 I used your fixtures in #70 🙇

Sorry for being slow...