wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase
MIT License
1.46k stars 56 forks source link

Functional component should always be generated for extracted component #55

Closed borislit closed 5 years ago

borislit commented 5 years ago

Currently, there is a logic that decides whether or not, we should generate a Class component or Functional. We want Functional to be the only option