Skip to content

Commit

Permalink
Create ErrorEncountered
Browse files Browse the repository at this point in the history
Learning the hard way
  • Loading branch information
SwarnenduDasKW authored Aug 9, 2020
1 parent 102eeea commit 861678a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ErrorEncountered
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/* These are the list of error and warnings that I received while development */

React Hook "useState" is called in function "requestapi" which is neither a React function component or a custom React Hook function
Solution: https://stackoverflow.com/questions/55846641/react-hook-usestate-is-called-in-function-app-which-is-neither-a-react-funct
Capitalized the function name

0 comments on commit 861678a

Please sign in to comment.