VSME-TEE
VSME-TEE
For me, the following error is thrown when calling payload.find() on a collection with a polymorphic join field: ``` TypeError: operatorMap[payloadOperator] is not a function at buildSQLWhere (file:///Users/driescruyskens/Work/tryouts/payload-vercel-tryout/nextjs/node_modules/.pnpm/@[email protected]_@[email protected]_@[email protected][email protected]._08d10a1d1bc00a5a90fa57ef86917fcf/node_modules/@payloadcms/drizzle/dist/find/traverseFields.js:60:48) at buildSQLWhere...
The issue is also present if the join's collection property is an array with a single value: ```ts collection: ["entries"] ``` Full error I encountered message ```shell TypeError: operatorMap[payloadOperator] is...