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
> vite
error when starting dev server:
TypeError: Cannot convert undefined or null to object
at Function.values (<anonymous>)
at configureServer (file:///app/client/node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect/dist/index.mjs:1403:12)
at configureServer (file:///app/client/node_modules/vite-plugin-vue-devtools/node_modules/vite-plugin-inspect/dist/index.mjs:1489:19)
at _createServer (file:///app/client/node_modules/vite/dist/node/chunks/dep-BWSbWtLw.js:63080:26)
at async CAC.<anonymous> (file:///app/client/node_modules/vite/dist/node/cli.js:735:20)
[email protected]
breaks vite (5.4.10
):Minimal
vite.config.js
:A downgrade to
7.6.5
fixes the issue.The text was updated successfully, but these errors were encountered: