-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Version v2.39.2 and above break types #974
Comments
Faced this issue in version v2.39.4 but not in v2.39.3. With It seems some types are not infered properly anymore. |
Having the same issue |
Same here - I reverted to 2.39.3 and all good. |
Still an issue, any updates? |
still an issue |
1 similar comment
still an issue |
Likely because of bumping postgrest-js with v2.39.2 but when using strict in tsconfig and any code like this:
gives me Argument of type "{ deletedAt: string; }" is not assignable to parameter of type "never".
I have confirmed I have the latest generated types.
Bug report
-->
Describe the bug
See above
To Reproduce
Upgrade to v2.39.2 or above
Expected behavior
TS linter shouldn"t complain
System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: