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
現在のESLintのルールでは、propsのデフォルト値を設定するときにdefaultPropsを使うようになっている。 しかし、関数コンポーネント + TypeScriptで書いている場合は、これを使うのは不適切に思える。
参考文献
defaultProps
The text was updated successfully, but these errors were encountered:
Merge pull request #26 from gsuke/feature/#25-remove-defaultprops
fea76e7
refactor: remove "defaultProps"
Successfully merging a pull request may close this issue.
現在のESLintのルールでは、propsのデフォルト値を設定するときにdefaultPropsを使うようになっている。
しかし、関数コンポーネント + TypeScriptで書いている場合は、これを使うのは不適切に思える。
参考文献
defaultProps
rule to be deprecated on function components jsx-eslint/eslint-plugin-react#2396The text was updated successfully, but these errors were encountered: