open_in_new
content_copy
const idGenerator = () => { setId(Math.floor(Math.random() * (999999 - 100000 + 1)) + 100000) };