Home > Software engineering >  React App: Windows Microsoft Edge 95 stable version causes white screen with "Rangeerror: max
React App: Windows Microsoft Edge 95 stable version causes white screen with "Rangeerror: max

Time:10-29

My react app is failing to load in the most recent version of Microsoft Edge (version 95), but it only happens on Windows systems. It prints an error in the console "Uncaught RangeError: Maximum call stack size exceeded" but no other errors are returned. This is a weird one, because it only happens on Windows devices (Windows 10 is what i tested in) and only in this specific version of Microsoft Edge. All other versions of Edge and all other browsers work fine, and Microsoft Edge 95 used on a Mac works fine. Additionally, this is not replicable with tools like browserstack for some reason, only on actual laptops.

Any help would be appreciated.

CodePudding user response:

Sorry, it looks like this was a dependency issue on our end. Thanks for looking into this, Yu Zhou.

  • Related