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
I want to include retejs in a Svelte 5 project (installed with npm i --force).
Like in the closed #7 , the SvelteComponent cannot be found.
✘ [ERROR] No matching export in "node_modules/svelte/src/index-client.js" for import "SvelteComponent"
node_modules/rete-svelte-plugin/svelte/presets/classic/components/ConnectionWrapper.svelte:8:9:
8 │ import { SvelteComponent, onMount } from "svelte";
╵ ~~~~~~~~~~~~~~~
14:31:32 [vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/rete-svelte-plugin/svelte/presets/classic/components/ConnectionWrapper.svelte:8:9: ERROR: No matching export in "node_modules/svelte/src/index-client.js" for import "SvelteComponent"
My package.lock reference rete 2.0.5, rete-svelte-plugin 2.0.3 and svelte 5.1.12.
Suggested Solution
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
I want to include
retejs
in aSvelte 5
project (installed withnpm i --force
).Like in the closed #7 , the
SvelteComponent
cannot be found.My
package.lock
referencerete 2.0.5
,rete-svelte-plugin 2.0.3
andsvelte 5.1.12
.Suggested Solution
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: