We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017a350 commit 4946e43Copy full SHA for 4946e43
app/App.js
@@ -45,6 +45,7 @@ function MyTimer({ expiryTimestamp }) {
45
export default function App() {
46
const time = new Date();
47
time.setSeconds(time.getSeconds() + 600); // 10 minutes timer
48
+ // time.setMilliseconds(time.getMilliseconds() + 6500); // 6.5 seconds timer
49
return (
50
<div>
51
<MyTimer expiryTimestamp={time} />
0 commit comments