-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add support for form arrays #401
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9b2fe36
to
37b7b93
Compare
When form.id is reassigned during Svelte's derived phase, ERR_SVELTE_UNSAFE_MUTATION is thrown. It's because it can lead to unexpected errors and possibly cause infinite loops
Thank you, do the latest commits fix the message problem, or is it something I have to take a closer look at? |
Yes, the each key fix resolved the messages issue Thank you |
Nice work, hopefully I can add this to the next release! |
I'll be glad to see it in any release if it's stable and doesn't cause any trouble :)) |
As mentioned in #396, this has to wait until later. |
Fixes #396
Currently, it's not possible to add new forms after component init because life hooks functions are being called when a form is created
This PR moves calls to life hooks outside the
superForm
functionTest page
http://localhost:5173/v2/multiple-forms