-
Notifications
You must be signed in to change notification settings - Fork 27.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
next-server.d.ts: TS7033: Property '_isLikeServerless' implicitly has type 'any' #9996
Comments
I've never seen this before, and don't know how to fix. Feel free to send a PR. |
Would help if you used the issue template and provided a full reproduction. |
@albreax I think this may be a Typescript version issue as Typescript versions <3.7 were incorrectly running the |
@ssong thank you, that helped. |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
private get _isLikeServerless()
in next-server/server/next-server.d.ts has noch return type. That cause following issue in typescript projects with"noImplicitAny": true,
configuration.The text was updated successfully, but these errors were encountered: