-
Notifications
You must be signed in to change notification settings - Fork 27.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax error on eval-script.js (22,1) for IE11 #1207
Comments
Have you tried a more recent version to see if the error still exists? |
I've updated Next package to |
@timneutkens with the current setup we've to use eval. But I'd like to use something different is later versions. |
Okay 👍🏻 |
Closing this in favor of #1301 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There is a syntax error in one of Next's dependencies. The file's name is
eval-script.js
and is located atnext/dist/lib/eval-script.js
. This only happens on IE11 and previous versions.The code this is prompting as buggy is at line 22 of the aforementioned file.
Next version:
next@^2.0.0-beta.25
Any ideas how to make this IE11 compatible?
The text was updated successfully, but these errors were encountered: