feat: implement network switch #8716
Annotations
2 errors
Test App:
src/utils/network-utils.ts#L100
TypeError: Cannot read properties of undefined (reading 'id')
❯ isCustomNetwork src/utils/network-utils.ts:100:21
❯ src/utils/network-utils.ts:142:7
❯ profileAllEnabledNetworks src/utils/network-utils.ts:141:30
❯ Module.profileAllEnabledNetworkIds src/utils/network-utils.ts:150:2
❯ Module.getErroredNetworks src/utils/profile-utils.ts:42:29
❯ src/app/hooks/use-profile-synchronizer.ts:414:33
❯ syncProfile src/app/hooks/use-profile-synchronizer.ts:488:10
❯ runNextTicks node:internal/process/task_queues:60:5
❯ listOnTimeout node:internal/timers:540:9
This error originated in "src/app/App.blocks.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "should redirect to login page if profile changes". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Test App
Final attempt failed. Child_process exited with error code 1
|
Loading