We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a follow up on #182
Originally posted by @lauriharpf in #182 (comment)
We might want to not use FunctionComponent or FC, as the React core team seems to lean on the side of "don't use it": facebook/create-react-app#8177
FunctionComponent
FC
We could tackle this by running https://github.com/gndelia/codemod-replace-react-fc-typescript on the codebase.
The text was updated successfully, but these errors were encountered:
I would love to work on this
Sorry, something went wrong.
Patil2099
Successfully merging a pull request may close this issue.
As a follow up on #182
Originally posted by @lauriharpf in #182 (comment)
We might want to not use
FunctionComponent
orFC
, as the React core team seems to lean on the side of "don't use it": facebook/create-react-app#8177We could tackle this by running https://github.com/gndelia/codemod-replace-react-fc-typescript on the codebase.
The text was updated successfully, but these errors were encountered: