-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Relay 13 support - Rust compiler: definition of 'XYZQuery' appears to have changed #211
Comments
Please send the PR through. I have been intending to release a new version of this package for a few days so once you get that though I will release an update. |
cool give me till the end of my day and I'll sent this trough in about 8 hours |
I forgot will do this soonish. Also we now need to upgrade babel-plugin-relay to 13.0.1 and rename these are the relay changes: https://github.com/facebook/relay/pull/3724/files |
@oscartbeaumont Can you please check #303 |
My PR should address these issues, by moving the |
In order to avoid having this issue when using Relay 13: facebook/relay#3437 we would need to upgrade the
babel-plugin-relay
to^13.0.0
.Before I sent you a PR would have happy to include this change ? it looks like it might be a breaking change for all the non 13.x relay user.
I've tested the upgrade on a complicated relay + Vite codebase and except for this required fix everything else is working.
The text was updated successfully, but these errors were encountered: