-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
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
p
has already been declared
#209
Comments
|
I've noticed this issue happens when you have a disconnect somewhere in Vite / its dependencies. Can you reproduce with a fresh repo? If not, you may need to bump your vite/sveltekit/svelte vite plugins. |
I am on the latest of everything as far as I can tell:
I'll also try a fresh repo |
OK I can confirm it works fine on a new repo. Could it be because I'm using Turbo for monorepos? What might be next steps to getting this working? |
I just installed all the same versions as in the fresh repo, and it still fails |
Likely an issue with your lockfile/try clearing node modules and reinstalling. |
Legend, that seems to have done it. Thank you for the help! |
Nope unfortunately it's re-occurred |
Even deleting all node_modules, and a pnpm store prune hasn't resolved it |
Describe the bug
Migrating to Svelte5 and FormSnap 2 I am receiving the following errors:
I get them for what seems like every FormSnap component. I have followed the migration guide, and my Form now looks like
Reproduction
Build form as per described, and run
pnpm dev
- errors will be shown in the consoleLogs
No response
System Info
Severity
blocking all usage of Formsnap
The text was updated successfully, but these errors were encountered: