inconshreveable / ngrok

Unified ingress for developers

Home Page:https://ngrok.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

setTimeout doesn't wait. start function right away

devgraphy opened this issue · comments

useEffect(()=>{
        setTimeout(props.history.push('/'),1000000)
    });