@daft I also noticed that the flash (in case of error) does not dissapear automatically. This creates some confussion in the end user, because when the final green success flash message dissapears, you see like there where another error (when in fact it’s the previous one).
This has been addressed in v3.2 - a timer is used again for error flashes
Previously error would have no timer so the error message can be captured. This has been replaced with logic that cancels the timer if the flash message is clicked (i.e when copying the error), this preserves the error message with equivalent UX as before.