that-website icon indicating copy to clipboard operation
that-website copied to clipboard

Console Error: IE11 Script Error SCRIPT1010 "Expected Identifier" In _app.js

Open tparikka opened this issue 5 years ago • 1 comments

Expected Behavior

Script errors should not occur during normal operation of the site in supported browsers.

Current Behavior

Navigating to https://www.thatconference.com/wi on IE11 causes the following script error to occur:

image

Possible Solution

Uncertain of possible solutions.

Steps to Reproduce

  1. Navigate to https://www.thatconference.com/wi and check the browser console.

tparikka avatar Jan 03 '20 15:01 tparikka

I did a bit of digging and found this, which seems to match up with what I saw. First comment after the issue has a potential solution of transpiling the debug library. https://github.com/zeit/next.js/issues/7625

zaudtke avatar Jan 04 '20 18:01 zaudtke