fix: optimize useObserve #184
Annotations
4 errors and 1 warning
Run check:
src/lib/binding/useObserve.test.tsx#L70
TypeError: act is not a function
❯ src/lib/binding/useObserve.test.tsx:70:5
|
Run check:
src/lib/binding/useObserve.test.tsx#L203
TypeError: act is not a function
❯ src/lib/binding/useObserve.test.tsx:203:5
|
Run check:
src/lib/queries/client/queries/query/query.test.ts#L40
AssertionError: expected { status: 'success', …(23) } to match object { data: 1, fetchStatus: 'fetching' }
- Expected
+ Received
Object {
- "data": 1,
+ "data": 2,
+ "dataUpdatedAt": 1714229360831,
+ "error": null,
+ "errorUpdateCount": 0,
+ "errorUpdatedAt": 0,
+ "failureCount": 0,
+ "failureReason": null,
"fetchStatus": "fetching",
+ "isError": false,
+ "isFetched": true,
+ "isFetchedAfterMount": true,
+ "isFetching": true,
+ "isInitialLoading": false,
+ "isLoading": false,
+ "isLoadingError": false,
+ "isPaused": false,
+ "isPending": false,
+ "isPlaceholderData": false,
+ "isRefetchError": false,
+ "isRefetching": true,
+ "isStale": true,
+ "isSuccess": true,
+ "refetch": [Function bound refetch],
+ "status": "success",
}
❯ src/lib/queries/client/queries/query/query.test.ts:40:41
|
Run check
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading