You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running this package with Typescript 4.9 and above results in the following error:
node_modules/typeorm-cursor-pagination/lib/Paginator.d.ts:34:42 - error TS2344: Type 'Entity' does not satisfy the constraint 'ObjectLiteral'.
34 paginate(builder: SelectQueryBuilder<Entity>): Promise<PagingResult<Entity>>;
~~~~~~
node_modules/typeorm-cursor-pagination/lib/Paginator.d.ts:18:32
18 export default class Paginator<Entity> {
~~~~~~
This type parameter might need an `extends ObjectLiteral` constraint.
Found 1 error(s).
The text was updated successfully, but these errors were encountered:
I see the code in src is correct in the repo, but somehow remains old on npm. @benjamin658 please rebuild and release the package to have the correct code on npm too.
Running this package with Typescript 4.9 and above results in the following error:
The text was updated successfully, but these errors were encountered: