Firstly, Here is the working code:
#App.js
import React, { useState } from "react"; const useCounter = ({ initialState }) => { const [c