Closed SamuelBrucksch closed 4 days ago
A query with no properties remaining caused a TypeError earlier, as we try to destructure an object:
Uncaught TypeError: Found non-callable @@iterator
So if it is wrapped as array, the TypeError does not exist anymore.
A query with no properties remaining caused a TypeError earlier, as we try to destructure an object:
So if it is wrapped as array, the TypeError does not exist anymore.