### Steps to recreate - Open the codesandbox link in Safari Mac provided in the README (https://codesandbox.io/s/react-voice-recorder-player-example-gtod60) - Record audio and press play - Observe that nothing gets played back This is because Safari refuses to load the audio source `blob` object. It throws the following error: ``` Unable to post message to https://codesandbox.io. Recipient has origin https://gtod60.csb.app. ```