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
When a custom base is set in the vite config, browser tests fail to load /custom-base/@vite/client.
This error doesn't show up in the cli, but it does show up in the browser's console.
It doesn't seem to affect tests though, afaict.
Describe the bug
When a custom
base
is set in the vite config, browser tests fail to load/custom-base/@vite/client
.This error doesn't show up in the cli, but it does show up in the browser's console.
It doesn't seem to affect tests though, afaict.
Setting
'/'
for tests only fixes the issue.Reproduction
Not minimal, but you can also reproduce with this repo:
https://github.com/adazzle/react-data-grid/blob/main/vite.config.ts#L11
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: