No overload matches call even with strict=true
Hello!
I have the problem this issue describe
https://github.com/drizzle-team/drizzle-orm/issues/2619
It seems that using strict=true fixes it for everyone except for me. Does someone have an idea why ? I made sure to reload my window after changing my tsconfig.json and it did make the error go away. here's my code & error, IDE highlights "id" on error.
I'd be really grateful for any help
GitHub
[BUG]: TypeError: Object literal may only specify known properties ...
What version of drizzle-orm are you using? 0.32.0 What version of drizzle-kit are you using? 0.23.0 Describe the Bug I bumped the versions of drizzle-orm 0.31.4 -> 0.32.0 and drizzle-kit 0.22.8 ...
0 Replies