-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Since 3.4.5: Android 4.4 device throws TypeError on load #720
Comments
I don't see any changes between |
It can be related to #648. |
Issue #648 seems to fit quite well. We're using create-react-app too. Sorry for creating a new issue. |
Hi @zloirock I was able to build some application where you can reproduce the problem. Repo: https://github.com/fdc-viktor-luft/cra-test While building this example I had the following insights: When using import 'core-js/stable';
import 'regenerator-runtime/runtime'; to the But the combination of Hopefully the hosted example can help you, to help me 😀 Btw. we have to use the closure comiler because we need ECMAScript 3 for some Android 2 devices. 😭 |
I will not have a chance to explore it in Android 4.4 shortly, so marked as |
I just ran into a similar issue. Debugged it for some time to find out that it was caused by a combination of webpack and babel (w/ core-js polyfills). Fixed it as described in #743 (comment). |
Thanks for your suggestion. I will try to fix it as soon as I'm able to get my hands on that Android device again. But this can take some time, since I'm working currently from home like probably most of you do 😉 |
It looks like that the reason has been figured out. |
@magWagner If you're still effected by this issue. Here you can probably find a solution following the above suggestion. |
I want to report a bug, that I encountered recently when testing my application on an eInk-Reader-Device which runs basically like some Android 4.4 device.
I was able to detect that the issue belongs to [email protected]. Everything works with [email protected] but all later versions of core-js stopped working.
The stack trace of the error might be partially helpful:
Sadly I have no clue why the issue occurs. I tried to understand what happened within the 6 commits from version 3.4.4 to 3.4.5, but could not catch up quickly enough.
Please help me to resolve this issue since I want to keep the
core-js
dependency always up-to-date.I'm willing to test all patches/fixes on the device as soon as possible. Please tell me if you need any additional information. Thank you! 👍
The text was updated successfully, but these errors were encountered: