Farhan Ibrahim
Results
1
comments of
Farhan Ibrahim
try ``` useEffect(() => { if(canStart) { start && start(); } },[canStart]) ```