SolidJSS
SolidJSβ€’3y agoβ€’
12 replies
phungleson

Vitest 0.34.4 caused `You appear to have multiple instances of Solid`

Hi peeps, I recently upgraded vitest from 0.34.2 to 0.34.4 and it starts showing for every single test:

stderr | unknown test
You appear to have multiple instances of Solid. This can lead to unexpected behavior.


stderr | test name
computations created outside a `createRoot` or `render` will never be disposed


I understand what it means and I am sure I have only 1 version of solid, but I don't know enough to go around to debug this further.

I wonder if there is a way get more information to debug this. Vitest 0.34.2 doesn't show that issue.

I am using

"vitest": "^0.34.4",
"vite": "^4.4.9",
"solid-js": "^1.7.11"
"@solidjs/testing-library": "^0.8.4",


Thanks,
Was this page helpful?