I have the following timer using useEffect and pass a function dependency to it:
useEffect
const Timer = () => { const [count, setCount] = useState(0)