feat!: Add support for custom isEqual #12
Annotations
10 errors
Check Types:
src/index.test.tsx#L17
Argument of type 'Replicache<{}> | null | undefined' is not assignable to parameter of type 'Subscribable<ReadTransaction> | null | undefined'.
|
Check Types:
src/index.test.tsx#L76
Argument of type 'MyRep' is not assignable to parameter of type 'Subscribable<ReadTransaction>'.
|
Check Types:
src/index.test.tsx#L81
Argument of type 'unknown' is not assignable to parameter of type 'string | null'.
|
Check Types:
src/index.test.tsx#L82
Type 'unknown' is not assignable to type 'string | null'.
|
Check Types:
src/index.test.tsx#L87
Argument of type 'MyRep' is not assignable to parameter of type 'Subscribable<ReadTransaction>'.
|
Check Types:
src/index.test.tsx#L91
Argument of type 'unknown' is not assignable to parameter of type 'string | null'.
|
Check Types:
src/index.test.tsx#L124
Argument of type 'Replicache<{}> | null | undefined' is not assignable to parameter of type 'Subscribable<ReadTransaction> | null | undefined'.
|
Check Types:
src/index.test.tsx#L163
Argument of type 'Replicache<{}> | null | undefined' is not assignable to parameter of type 'Subscribable<ReadTransaction> | null | undefined'.
|
Check Types
Process completed with exit code 2.
|
Test
Process completed with exit code 1.
|