1

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/

Pavindu
  • 2,684
  • 6
  • 44
  • 77
Amin Azimi
  • 659
  • 9
  • 25

1 Answers1

2

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 .

Ori
  • 160
  • 1
  • 10