Following from #131
Though MUI docs suggest to only have a single snackbar at a time, they admit that it's quite common practice to have multiple snackbars. They even suggest to use the notistack API to replace the MUI snackbar as it itself is built upon the MUI snackbar.
It may require a bit of refactoring though so ideally it would be done once the important functionality it working and tests have been created.
Following from #131
Though MUI docs suggest to only have a single snackbar at a time, they admit that it's quite common practice to have multiple snackbars. They even suggest to use the notistack API to replace the MUI snackbar as it itself is built upon the MUI snackbar.
It may require a bit of refactoring though so ideally it would be done once the important functionality it working and tests have been created.