HELP on Build a Pomodoro Clock

Tell us what’s happening:
Hi. I’ve ijnstalled the accurate-interval node package as i work locally with react, in order to launch the count down, but nothing works. Could you check out this and help me on how to do for this to work please??

Your code so far

lanceDecompte(){
		
		this.setState({
		  intervalId: accurateInterval(() => {
			this.decrement(); 
			this.handleControl();
		   }, 1000)
		});
	}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:63.0) Gecko/20100101 Firefox/63.0.

Link to the challenge:

I see no answers for this question, and this is an old question. Did you figure out what was wrong?

Oh great @pedroomedicina I’m good. Thanks for your support. Honestly, i’m busy with scholarship on pluralsight. Thanks once again.

1 Like