This is the code i am writing and having the error
this is the console log which is not showing anything
CodePudding user response:
As per the rules hooks, useState or anyHook must be at the topof the component, try bringing useState before function declaration.
