-
Notifications
You must be signed in to change notification settings - Fork 57
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
Crash in an old browser. (iPad Mini 1 Safari 9) #86
Comments
Also having this issue, please advise 🙏 |
I'm not a developer, but I believe this device is quite outdated. It has specs similar to iPad 2 and surely won't render anything more complex than a bunch of simple textured cubes or so... |
I believe I'm also having this issue on production builds created by This does not happen in development mode. I set up a small repro repo here: https://github.com/kouak/detect-gpu-repro This was reproduced using Chrome 97 and Firefox 96 on linux. |
@drenmullafetahu That's the same stack trace I got with create-react-app v5 (which uses webpack 5). Solved it by moving to vite. |
@kouak Can you explain what exactly you did (with some code) to solve this issue or even better open a PR and add a link to this PR in a comment of this issue? |
If I remember correctly, I just moved the project to vite instead of CRA. I haven't had time to investigate further though. |
cc @jansedivy |
The result of this module seems to be the ES6+.
After using this module, I confirmed that
it was inaccessible from a device using an old browser.
An error occurs because the old browser does not recognize the
const keyword
.I tried to convert the module to ES5 arbitrarily,
but the following error occurs as the result value of next-transpile-modules + babel.
TypeError: I is not a function
The text was updated successfully, but these errors were encountered: