Front End Development Libraries Projects - Build a 25 5 Clock

Tell us what’s happening:
Timer test 14 (User Story 24) is failing with the error Timer has not reached 00:00.

When I test the code, this functionality is working.

Your code so far
see codepen link below

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

Challenge: Front End Development Libraries Projects - Build a 25 + 5 Clock

Link to the challenge:

If you use react 17, your code passes.

Best I can tell, you were bit by this bug that I’ve been delinquent in testing and reporting. As indicated there, your code passes with react 18 after fixing the issue.

Thank you for the quick response. Ran my code with react 17 and the test passed.

I have the same issue. Code can’t pass because “timer as not reached 00:00” even though it does. I run the test with react versions 16,17 and 18 with no success.

Then that’s not the same issue. You should start a new thread with your issue, with a link to your project on codepen and description of your issue and errors.

I have resolved the issue. It was a display formatting issue. Thanks anyway.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.