Skip to content
Advertisement

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/

Advertisement

Answer

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 .

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement