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
The TypeScript option verbatimModuleSyntax is now required when using Svelte files with lang="ts". Please add it to your tsconfig.json.
X [ERROR] X;/redacted//node_modules/virtua/lib/svelte/VList.svelte:6:24 `p` has already been declared
https://svelte.dev/e/declaration_duplicate [plugin vite-plugin-svelte:optimize-svelte]
../../node_modules/virtua/lib/svelte/VList.svelte:6:24:
6 │ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
╵ ^
The plugin "vite-plugin-svelte:optimize-svelte" was triggered by this import
../../node_modules/virtua/lib/svelte/index.js:4:33:
4 │ export { default as VList } from "./VList.svelte";
╵ ~~~~~~~~~~~~~~~~
5:36:49 PM [vite] (client) error while updating dependencies:
Error: Build failed with 1 error:
../../node_modules/virtua/lib/svelte/VList.svelte:6:24: ERROR: [plugin: vite-plugin-svelte:optimize-svelte] X;/redacted/node_modules/virtua/lib/svelte/VList.svelte:6:24 `p` has already been declared
https://svelte.dev/e/declaration_duplicate
The text was updated successfully, but these errors were encountered:
phosmium
changed the title
Virtua for svelte is broken on latest svelte
Virtua for svelte is broken on latest svelte [p has already been declared], missing svelte 5 support?
Feb 19, 2025
probably lack of Svelte 5 support?
The text was updated successfully, but these errors were encountered: