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.
2 parents a866b9c + 35db3b3 commit 5b2c0b0Copy full SHA for 5b2c0b0
src/utils/getID.ts
@@ -1,3 +1,3 @@
1
export default function (suffix = ''): string {
2
- return `__BVID__${Math.random().toString().substr(2, 6)}___BV_${suffix}__`
+ return `__BVID__${Math.random().toString().slice(2, 8)}___BV_${suffix}__`
3
}
0 commit comments