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
vi.mock is not able to handle submodules like @radix-ui/react-select. For instance @radix-ui/react-select end up @radix-ui but @radix-ui/reactselect works
I believe the issue was introduced here -> a48be6ff
Describe the bug
vi.mock is not able to handle submodules like
@radix-ui/react-select
. For instance@radix-ui/react-select
end up@radix-ui
but@radix-ui/reactselect
worksI believe the issue was introduced here -> a48be6ff
Reproduction
https://stackblitz.com/edit/vitejs-vite-zkej29?file=src%2Fbug.test.tsx,vitest.config.ts,vite.config.ts&terminal=dev
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: