React streaming audio file gets cached – Javascript
I have a function which creates a new file in the back-end but the <PlaySound /> component keeps playing the old sound file and not the updated one. The sound file has the same name/path it just has different content.…