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 d79755c commit 245224fCopy full SHA for 245224f
src/components/giving-tuesday/Countdown.js
@@ -5,6 +5,7 @@ import SbEditable from 'storyblok-react';
5
import CountdownPie from './CountdownPie';
6
import UseCountdown from '../../hooks/useCountdown';
7
8
+// use useId when it becomes available
9
const generateClassName = (key) =>
10
`${key}-${Math.floor(Math.random() * 100000, 5)}`;
11
0 commit comments