Unsafe assignment of an `any` value
I've been working with the create-t3-turbo template recently and it has some new linting rules I'm not accustomed to. I'm already an anti
any
zealot, but these new errors have me scratching my head
As you can see in the image the linter is complaining that there is an unsafe assignment of an any
value but from what I can see everything appears to be typed, and there are no any
values to be found.
Is this an issue with my linter setup, or can someone help explain what I'm missing. I've checked the typescript rules page for these warnings, but I am not seeing any examples that come close to matching what I have in my code.0 Replies