1
2
3
4
5
6
Use the "Verify Solution" button to get AI feedback on your React code.
Your task is to complete a basic counter component using React hooks. The Counter component should display a numerical value, and provide three buttons: "Increment", "Decrement", and "Reset".
Currently, the component has some structural issues and missing logic for state updates.
count state is declared, but not correctly initialized or updated.