-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This conflicts with our internal transform setup, we'll have to find another way to do this. Reviewed By: yuzhi Differential Revision: D2873773 fb-gh-sync-id: 30d1c25ec5cc4698bfaeb5a521cb15df33da1b47
- Loading branch information
1 parent
50923b8
commit c0e6da5
Showing
2 changed files
with
3 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c0e6da5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @josephsavona what was the exact conflict?
c0e6da5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@skevy We have another recently added transform that needs to run before this one, because it modifies code within the template expansions within
Relay.QL
queries:We'll sort out that issue and reapply this, the code itself is 👍
c0e6da5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josephsavona any update on this particular issue ? Thanks!