Test React Canary #240
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-e684ca66ab-20240619_react@19.0.0-rc-e684ca66ab-20240619/node_modules/react-dom/cjs/react-dom-client.development.js:7542:9)
at throwAndUnwindWorkLoop (node_modules/.pnpm/react-dom@19.0.0-rc-e684ca66ab-20240619_react@19.0.0-rc-e684ca66ab-20240619/node_modules/react-dom/cjs/react-dom-client.development.js:15047:11)
at renderRootConcurrent (node_modules/.pnpm/react-dom@19.0.0-rc-e684ca66ab-20240619_react@19.0.0-rc-e684ca66ab-20240619/node_modules/react-dom/cjs/react-dom-client.development.js:14863:17)
at performConcurrentWorkOnRoot (node_modules/.pnpm/react-dom@19.0.0-rc-e684ca66ab-20240619_react@19.0.0-rc-e684ca66ab-20240619/node_modules/react-dom/cjs/react-dom-client.development.js:14288:11)
at flushActQueue (node_modules/.pnpm/react@19.0.0-rc-e684ca66ab-20240619/node_modules/react/cjs/react.development.js:888:34)
at recursivelyFlushAsyncActWork (node_modules/.pnpm/react@19.0.0-rc-e684ca66ab-20240619/node_modules/react/cjs/react.development.js:864:13)
at Immediate._onImmediate (node_modules/.pnpm/react@19.0.0-rc-e684ca66ab-20240619/node_modules/react/cjs/react.development.js:1142:32)
|
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/.
|