You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Math.random() with performance.now() in uuid() for pre-render builds in Next.js v16
Replace Math.random() with performance.now() in uuid() for pre-rendered caching in Next.js v16
Uses `performance.now()` as the primary entropy source, mixed with a counter and simple hashing. This is a replacement to using Math.random().
0 commit comments