-
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
masking/types.d.ts imports from "./internal/types.ts" #12170
Comments
Merged
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. |
We just released 3.12.1 which should fix this. Thanks for raising the issue! |
That was quick, thank you! I just tested 3.12.1 and it seems to fix the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Description
Starting in @apolllo/[email protected], the file
masking/types.d.ts
has this import statement:The file
types.ts
does not exist in the NPM package. The filetypes.d.ts
would exist.This results in this typescript error
The fix is probably to change this line to import from
.js
instead of.ts
.Link to Reproduction
Let me know if you need this
Reproduction Steps
No response
@apollo/client
version3.12.0
The text was updated successfully, but these errors were encountered: