I'm getting the above mentioned error on items: { $splice: [[[index], 1]] }.
items: { $splice: [[[index], 1]] }
How do I resolve this?
My partial repo: https://github.com/TheoMer/next_apollo
Make [index] as any to remove the type error.
[[index] as any,1]