in src/azurechat/components/ui/use-toast.ts [28:31]
function genId() { count = (count + 1) % Number.MAX_VALUE return count.toString() }