This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
Enums not generating correctly with Relay 8 #164
Comments
Oof, good catch. Is this the only issue you have spotted? (In which case I assume there’s no actual fallout?) |
@alloy Hi! It seems like that's the only issue so far. :) |
Related PR: #170 |
does the PR solves your problem? |
Not 100% sure (didn't try) but this error should be visible there when upgrading Relay (there is a test fixture for such enums). So I'd say yes. 🤞 |
Fixed here: #173 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, we tried to upgrade Relay to version 8 with this language plugin but the generated enums look a bit fishy, see:
Notice the
%future added value
placeholder duplicates. Changelog which mentions the enums as well: https://github.com/facebook/relay/releases/tag/v8.0.0Thanks for having a look! :)
The text was updated successfully, but these errors were encountered: