-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Subsequent property declarations must have the same type - cacheControl #5575
Comments
It seems like for some reason your TypeScript configuration is set up to load some files from If you can share a complete reproduction that allows me to see the exact error on my machine without any creativity, I'm happy to reopen and take a look. |
Thank you for the response. I've been trying to figure out why that would be, and will continue that. Let me give some more information: I have a dependency on So perhaps something is wrong after all that has nothing to do with my project configuration? |
I encountered this issue as well, and after spending too much time searching online and debugging by building up a completely new service piece-by-piece, I finally discovered that my IDE had auto-imported |
Upgrading the following dependencies resolved the issue for me:
|
I encountered this after upgrading
|
I tried updating from v2 to v3 and keep running into the following error:
It seems to be related to this change.
Originally posted by @jasper-s in #5512 (comment)
The text was updated successfully, but these errors were encountered: