Not type-safe [x:string]: any
Hello,
I have created some Drizzle schemas and want to get some data. Pretty normal it seems like. However, sometimes/somehow, the type safety just dissapears.
How can I fix this?
2 Replies
👋
Can you share your tsconfig or check you have
"strict": true
in your tsconfig "compilerOptions"
?
Also, if you have noUncheckedIndexedAccess, set it to falseI do have strict true and dont have noUncheked…
Does bumping work