You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a workspace with multiple projects, it is no longer possible to call defineVitestConfig because of unctx conflicts:
Error: Context conflict
at checkConflict (file:///home/projects/github-n797ja-hxhseq/node_modules/unctx/dist/index.mjs:25:13)
at set (file:///home/projects/github-n797ja-hxhseq/node_modules/unctx/dist/index.mjs:59:22)
at initNuxt (file:///home/projects/github-n797ja-hxhseq/node_modules/nuxt/dist/index.mjs:4404:21)
at ready (file:///home/projects/github-n797ja-hxhseq/node_modules/nuxt/dist/index.mjs:4306:26)
at loadNuxt (file:///home/projects/github-n797ja-hxhseq/node_modules/nuxt/dist/index.mjs:4871:16)
Environment
Reproduction
You get the error when using vitest 2.1.8 (the error appears since 2.1.5): https://stackblitz.com/edit/github-n797ja-hxhseq
It works in 2.1.4: https://stackblitz.com/edit/github-n797ja-2rtuvw
Describe the bug
In a workspace with multiple projects, it is no longer possible to call defineVitestConfig because of unctx conflicts:
Could be related to #537
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: