dror-laguna
Results
2
comments of
dror-laguna
const id = new Date().getTime().toString(); enqueueSnackbar(message, { persist: true, variant: 'info', }); setTimeout(() => { const ref = document.getElementById(id); if (ref) ref.innerText = 'works!!'; }, 2000); here is my workaround...
I am getting this error, without the path change :\