We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbf5c9 commit 13eed9fCopy full SHA for 13eed9f
client/src/index.tsx
@@ -21,7 +21,7 @@ dom.watch()
21
// TODO: 바꿀 수 있도록 하기
22
const mynick = nicks[Math.floor(Math.random() * nicks.length)]
23
24
-const myid: string = uuidv4()
+const myid: string = crypto.randomUUID()
25
26
//
27
// Permalink
0 commit comments