Closed moebachrouch closed 3 years ago
I installed react-countdown-circle-timer to my project, and decided to only use it inside my App.js before adding any additional components or even starting my project.
react-countdown-circle-timer
Here is my code currently:
import './App.css'; import { CountdownCircleTimer } from "react-countdown-circle-timer"; function App() { return ( <div className="App"> <Timer/> <CountdownCircleTimer isPlaying duration={10} colors={[ ["#004777", 0.33], ["#F7B801", 0.33], ["#A30000", 0.33], ]} /> </div> ); } export default App;
I have no other components.
However I get the following errors:
Tested it and can't reproduce with the available information. Here's the Stack Overflow thread for anyone reading this.
I installed
react-countdown-circle-timer
to my project, and decided to only use it inside my App.js before adding any additional components or even starting my project.Here is my code currently:
I have no other components.
However I get the following errors: