Maximum call stack size exceeded: orderSelectedFields
I'm migrating from Prisma, and trying to replace an aggregate query. I'm getting an error with the following query, which is—as far as I can tell—right from the documentation on aggregate queries: https://orm.drizzle.team/docs/crud#aggregations
The error looks like an infinite loop—
Using the most recent version of Drizzle (0.28.6) and the Planetscale adapter.
Any thoughts on what's going on?
The error looks like an infinite loop—
Using the most recent version of Drizzle (0.28.6) and the Planetscale adapter.
Any thoughts on what's going on?