Skip to content

Instantly share code, notes, and snippets.

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

  • Save Restoration/9d075a3167c5c96f4215a42561e47ac5 to your computer and use it in GitHub Desktop.

Select an option

Save Restoration/9d075a3167c5c96f4215a42561e47ac5 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をしようした名前に変更する
https://stackoverflow.com/questions/55846641/react-hook-usestate-is-called-in-function-app-which-is-neither-a-react-funct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment