-
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
useFragment throws an error when a fragment has the @include directive #11924
Comments
Thank you for the report - I've opened a PR with (hopefully) a fix. npm i @apollo/client@0.0.0-pr-11926-20240704151615 |
Hello! Thank you for the quick fix! Yes, it helps! |
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Issue Description
If I use a fragment with the
@include
directiveuseFragment
react hook throws an errorInvalid variable referenced in @include directive.
Link to Reproduction
https://codesandbox.io/p/sandbox/apollo-client-bug-5xym9k
Reproduction Steps
No response
@apollo/client
version3.10.8
The text was updated successfully, but these errors were encountered: