ยฉ 2026 Hedgehog Software, LLC
items[item.id] = undefined
Type 'undefined' is not assignable to type '{ ...<item props> }'.ts(2322)
undefined
items: { [key: string]: Item | undefined }