'How to fix the problem of react app not loading in Safari?

I built an application by using create-react-app, react-redux, react-router-dom, and material UI. The app uses Fetch API for http requests. It's working in Chrome, but in Safari I get the error below.

ReferenceError: Can't find variable: AudioContext

app link: https://app.evewellness.ir/



Solution 1:[1]

You got a message in Safari console about AudioContext: "ReferenceError: Can't find variable: AudioContext".

Check this I guess it will help = AudioContext on Safari .

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Ori