-
Notifications
You must be signed in to change notification settings - Fork 2.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
Doesn't work with Apple M1 #9667
Comments
Was it working in previous versions of apollo client? |
Yes! @VagishVela |
I have the same issue in M1, cant reproduce it in Intel CPU |
The same issue is for any React Native project which is being tested on Mobile device/emulator (not only IOS) on version > 3.5.10. The web version of native project is still working properly. |
Can folks try running |
@benjamn 3.7.0-alpha.3 work for me! thanks :) I will be waiting for the stable version |
Hi all, closing this issue it appears that this issue is resolved as of the 3.7 release. Please let us know if you need further support 🙏🏻 |
In my react native project, the latest version of apollo/client is not making the requests. This is only happening with the Apple M1.
Intended outcome:
Trying to build and open the app
Actual outcome:
The bug occurs when the app is opened both emulator or device. Eternal loading on the requisitions.
How to reproduce the issue:
Update @apollo/cliente from 3.5.9 to any higher version.
Versions
System:
OS: macOS 12.3.1
Binaries:
Node: 16.15.0 - ~/.nvm/versions/node/v16.15.0/bin/node
Yarn: 1.22.18 - ~/Desktop/jurishand/app/node_modules/.bin/yarn
npm: 8.5.5 - ~/.nvm/versions/node/v16.15.0/bin/npm
Browsers:
Chrome: 101.0.4951.54
Safari: 15.4
npmPackages:
@apollo/client: 3.5.10 => 3.5.10
The text was updated successfully, but these errors were encountered: