We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm attempting to run this library with Svelte 5 but it seems they have deprecated SvelteComponent in favor of just Component.
✘ [ERROR] No matching export in "node_modules/.pnpm/svelte@5.0.0-next.1/node_modules/svelte/src/main/main-client.js" for import "SvelteComponent" node_modules/.pnpm/rete-svelte-plugin@2.0.0_rete-area-plugin@2.0.1_rete-render-utils@2.0.1_rete@2.0.2_sass@1.69.5_svelte@5.0.0-next.1/node_modules/rete-svelte-plugin/svelte/presets/classic/components/ConnectionWrapper.svelte:5:9: 5 │ import { SvelteComponent, onMount } from "svelte"; ╵ ~~~~~~~~~~~~~~~
Seems replacing those might solve it
The text was updated successfully, but these errors were encountered:
It seems just Component is not available with Svelte 4, might have to wait until it releases...
Component
Sorry, something went wrong.
resolved by #13
No branches or pull requests
I'm attempting to run this library with Svelte 5 but it seems they have deprecated SvelteComponent in favor of just Component.
Seems replacing those might solve it
The text was updated successfully, but these errors were encountered: