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
Currently the library crashes when trying to load it as regeneratorRuntime is not defined in lib/fetchWithMiddleware.js.
regeneratorRuntime
lib/fetchWithMiddleware.js
The text was updated successfully, but these errors were encountered:
It happens cause I upgrade a code with async/await syntax and now it starts to require regenerator runtime ((( It's sad.
So please use the previous version. Or temporary use such code:
import 'regenerator-runtime/runtime'; import { RelayNetworkLayer } from 'react-relay-network-modern';
For fixing this problem needs to convert async/await syntax back to Promises
Sorry, something went wrong.
5a1970f
I reverted async/await back to Promises, so new version should work without regenerator-runtime.
regenerator-runtime
Thanks for reporting!
Downgrade react-relay-network-layer
3983e66
relay-tools/react-relay-network-layer#54
No branches or pull requests
Currently the library crashes when trying to load it as
regeneratorRuntime
is not defined inlib/fetchWithMiddleware.js
.The text was updated successfully, but these errors were encountered: