let MODAL_ID = 1; export const genModalId = () => `m_${MODAL_ID++}`;