We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
App is crashing on evaluation of bundle (without remote js debugging on).
Do not enable 'Debug JS remotely'. import socketIO from 'engine.io-client';
import socketIO from 'engine.io-client';
No crash on import, I guess.
Related to #611
The text was updated successfully, but these errors were encountered:
fix: use globalThis polyfill instead of self/global (#634)
3f3a6f9
In order to fix the "self is not defined" issues in Android 8 and React Native. Fixes #611, #626 Closes #627
Successfully merging a pull request may close this issue.
You want to:
Current behaviour
App is crashing on evaluation of bundle (without remote js debugging on).
Steps to reproduce (if the current behaviour is a bug)
Do not enable 'Debug JS remotely'.
import socketIO from 'engine.io-client';
Expected behaviour
No crash on import, I guess.
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
Related to #611
The text was updated successfully, but these errors were encountered: