Front End Development Libraries Projects - Build a 25 5 Clock

Tell us what’s happening:
Hi, my code works locally perfectly but doesn’t render in codepen.

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0

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

Link to the challenge:

Replace the imports and remove React from the scripts.

import * as Timer from "https://esm.sh/react-use-precision-timer";
import React from 'https://esm.sh/react'
import ReactDOM from 'https://esm.sh/react-dom'

Where is the Inputs component?

If I comment out the missing component and use the imports posted it renders for me.


I would suggest using StackBlitz or CodeSandbox.

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