25+5 Clock Test 14

I cannot get past Test 14 of the 25+5 Clock certification.
Error message: Timer has not reached 00:00.
Some possible sources of the error which I found in other threads:

  • setTimeOut for audios (already disabled that, no impact)
  • time-left string ALWAYS having the format mm:ss (true for positive time values)

I’m running out of ideas…
Here is the pen: https://codepen.io/CamBaba/pen/vYVrmPW
Appreciate any help! :slight_smile:

There are issues with the tests and React 18. It works with the old render method.

ReactDOM.render(<Clock />, document.getElementById("root"))
1 Like

Thank you so much lasjorg! Nice to see that it wasn’t my fault :smiley:

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