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
Please provide a proper minimal reproduction in the form of a link to a repository.
From that error message, it sounds like you two versions of Svelte floating around simultaneously - one being used to compile your components, and one whose runtime it's trying to use.
The error I see in the console in the Stackblitz repro is different. The API of mount changed, you need unmount now to destroy the component, cc @bluwy
Describe the bug
// fa.svelte (Svelte v5.0.0-next.64)
// Note: compiler output will change before 5.0 is released!
import "/node_modules/.vite/deps/svelte_internal_disclose-version.js?v=ac6295d8";
$.mark_module_start(Fa);
import "/src/libs/fa/fa.svelte?svelte&type=style&lang.css";
i export this this an index file in "fa" folder
import Fa from './fa.svelte';
export default Fa;
export {
Fa
};
Reproduction
Astro 4.4
svelte 5 preview 64
Logs
No response
System Info
Severity
blocking an upgrade
The text was updated successfully, but these errors were encountered: