Skip to content

feat!: Add support for custom isEqual #12

feat!: Add support for custom isEqual

feat!: Add support for custom isEqual #12

Triggered via pull request November 29, 2023 20:57
Status Failure
Total duration 56s
Artifacts

js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.