build(deps): bump react-dom and @types/react-dom #2731
Annotations
2 errors
|
build (22.x)
Process completed with exit code 1.
|
|
src/views/Talks/LiveView.test.tsx:
src/views/Talks/LiveView.test.tsx#L16
Error: [vitest] There was an error when mocking a module. If you are using "vi.mock" factory, make sure there are no top level variables inside, since this call is hoisted to top of the file. Read more: https://vitest.dev/api/vi.html#vi-mock
❯ src/views/Talks/LiveView.test.tsx:16:1
Caused by: Caused by: TypeError: Cannot read properties of undefined (reading 'S')
❯ node_modules/react-dom/cjs/react-dom-client.development.js:25679:58
❯ Object.<anonymous> node_modules/react-dom/cjs/react-dom-client.development.js:28121:5
|