Skip to content

Instantly share code, notes, and snippets.

@Restoration
Created October 8, 2019 09:00
Show Gist options
  • Select an option

  • Save Restoration/94b278a20badc9c275feea2d5aaa7300 to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/94b278a20badc9c275feea2d5aaa7300 to your computer and use it in GitHub Desktop.
React Hook “useState” is called in function “app” which is neither a React function component or a custom React Hook function
React Function ComponentかCustom Hooksを使用する必要がある
関数名の最初の文字を大文字にする
もしくはuseをしようした名前に変更する
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment