Optimistic updates type error [Symbol.iterator]()
i'm trying to use optimistic updates on my mutations but i'm getting this type error
´´´(GetResult<{ id: string; createdAt: Date; name: string; backgroundImage: string; userId: string; }, unknown> & {})[] | undefined' must have a 'Symbol.iterator' method that returns an iterator.```
i literally just copy and paste as the docs and i don't now what to do
0 Replies