Test React Canary #223
Annotations
3 errors and 1 warning
useSWRInfinite - preload › avoid suspense waterfall by prefetching the resources:
undefined#L1
There was an error during concurrent rendering but React was able to recover by instead synchronously rendering the entire root.
at throwException (node_modules/.pnpm/react-dom@19.0.0-rc-9598c41a20-20240603_react@19.0.0-rc-9598c41a20-20240603/node_modules/react-dom/cjs/react-dom-client.development.js:17664:22)
at throwAndUnwindWorkLoop (node_modules/.pnpm/react-dom@19.0.0-rc-9598c41a20-20240603_react@19.0.0-rc-9598c41a20-20240603/node_modules/react-dom/cjs/react-dom-client.development.js:28827:20)
at renderRootConcurrent (node_modules/.pnpm/react-dom@19.0.0-rc-9598c41a20-20240603_react@19.0.0-rc-9598c41a20-20240603/node_modules/react-dom/cjs/react-dom-client.development.js:28458:15)
at performConcurrentWorkOnRoot (node_modules/.pnpm/react-dom@19.0.0-rc-9598c41a20-20240603_react@19.0.0-rc-9598c41a20-20240603/node_modules/react-dom/cjs/react-dom-client.development.js:27466:38)
at flushActQueue (node_modules/.pnpm/react@19.0.0-rc-9598c41a20-20240603/node_modules/react/cjs/react.development.js:2704:32)
at recursivelyFlushAsyncActWork (node_modules/.pnpm/react@19.0.0-rc-9598c41a20-20240603/node_modules/react/cjs/react.development.js:2662:11)
at Immediate._onImmediate (node_modules/.pnpm/react@19.0.0-rc-9598c41a20-20240603/node_modules/react/cjs/react.development.js:2537:21)
|
useSWR - suspense › should throw errors:
test/use-swr-suspense.test.tsx#L118
expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 3
Received number of calls: 1
at Object.toHaveBeenCalledTimes (test/use-swr-suspense.test.tsx:118:27)
|
test
Process completed with exit code 1.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2.2.4, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|