export function createListItemKey(): string { const randomKey = Math.random().toString(36).slice(2) return globalThis.crypto?.randomUUID?.() ?? randomKey }