vite-plugin-solid icon indicating copy to clipboard operation
vite-plugin-solid copied to clipboard

vite-plugin-solid v2.8.3+ causes: `TypeError: Cannot read properties of undefined (reading 'extend')`

Open qeleb opened this issue 1 year ago • 1 comments

Since updating to vite-plugin-solid v2.8.3 (& still on v2.9.0), all my unit tests have been failing in Vitest with this error:

[error] TypeError: Cannot read properties of undefined (reading 'extend')
[error]  ❯ Object.<anonymous> node_modules/@testing-library/jest-dom/dist/vitest.js:18:15

For now, I'm going to stay on v2.8.2 where the issue doesn't happen

qeleb avatar Jan 23 '24 19:01 qeleb

Maybe this should be reported to @testing-library/jest-dom as well.

link2xt avatar Aug 04 '24 07:08 link2xt