Nipuna

Results 2 comments of Nipuna

you can use this workaround const [timer, setTimer] = useState(false) useEffect(() => { setTimeout(() => { setTimer(true) }, 1000) }, []) return (

There is an issue what if we wanna give the migration name as an argument without the file path to migrations ? We can't do this according to the above...