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 11a775f commit 8dea0c2Copy full SHA for 8dea0c2
src/scripts/util.ts
@@ -1,4 +1,4 @@
1
-import { nanoid } from 'nanoid';
+import { nanoid } from 'nanoid/non-secure';
2
import { updateScroll } from 'react-relative-portal';
3
4
export const generateUniqueId: () => string =
0 commit comments