kentcdodds / advanced-remix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type errors on npm run build

Tenkir opened this issue · comments

Getting lots of implicit any type errors for various map and reduces when running npm run build.

example/client-side-fetching/app/routes/__app/sales/invoices/$invoiceId.tsx:136:28 - error TS7006: Parameter 'item' implicitly has an 'any' type.

136       {data.lineItems.map((item) => (

Felt the dark-sided urge to recommend "noImplicitAny: false" for the example tsconfig.